Html Css Color HEX #CAAEC5 Maverick

📋 copy color: '#CAAEC5'

red 202 ◦ green 174 ◦ blue 197

#CAAEC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #CAAEC5

Tints of Maverick #CAAEC5

RGB

 RED value IS 202 (79.3% from 255) = 35.25%

 GREEN value IS 174 (68.36% from 255) = 30.37%

 BLUE value IS 197 (77.34% from 255) = 34.38%

R = 35.25%
G = 30.37%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.02

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAAEC5 (or 0xCAAEC5) is known color: Maverick. HEX triplet: CA, AE and C5. RGB value is (202,174,197). Sum of RGB (Red+Green+Blue) = 202+174+197=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEC5 is #35513A. Grayscale: #B8B8B8. Windows color (decimal): -3494203 or 12955338. OLE color: 12955338.

HSL color Cylindrical-coordinate representation of color #CAAEC5: hue angle of 310.71º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAAEC5 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 174 197 -
CMYK 0 0.14 0.02 0.21
HSL 310.71º 0.21% 0.74% -
HSV(B) 310.71º 0.14% 0.79% -
XYZ 49.57 46.86 59.26 -
YUV 184.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 202 174 197 0 0.14 0.02 0.21 310.71 0.21 0.74
Hex CA AE C5 0 E 2 15 137 15 4A
Octal 312 256 305 0 16 2 25 467 25 112
Binary 11001010 10101110 11000101 0 1110 10 10101 100110111 10101 1001010

Color Harmonies of #CAAEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAEC5

Black with #CAAEC5

Text Example


Text Example

White with #CAAEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAEC5; }

 p { color: rgb(202,174,197); }

 H1.HeaderClassName
 {
   color: #CAAEC5;
 }
 .AnyTagClassName
 {
   color: #CAAEC5;
 }
</style>

background-color css

<style>
 a { background-color: #CAAEC5; }

 a { background-color: rgb(202,174,197); }

 div.DivClassName
 {
   background-color: #CAAEC5;
 }
 .BgClassName
 {
   background-color: #CAAEC5;
 }
</style>

border-color css

<style>
 span { border-color: #CAAEC5; }

 span { border-color: rgb(202,174,197); }

 td.TdClassName
 {
   border-color: #CAAEC5;
 }
 .TagClassName
 {
   border-color: #CAAEC5;
 }
</style>