Html Css Color HEX #CAAEBB Maverick

📋 copy color: '#CAAEBB'

red 202 ◦ green 174 ◦ blue 187

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

Shades of Maverick #CAAEBB

Tints of Maverick #CAAEBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.21%

R = 35.88%
G = 30.91%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CAAEBB (or 0xCAAEBB) is known color: Maverick. HEX triplet: CA, AE and BB. RGB value is (202,174,187). Sum of RGB (Red+Green+Blue) = 202+174+187=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEBB is #355144. Grayscale: #B7B7B7. Windows color (decimal): -3494213 or 12299978. OLE color: 12299978.

HSL color Cylindrical-coordinate representation of color #CAAEBB: hue angle of 332.14º 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 #CAAEBB is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 174 187 -
CMYK 0 0.14 0.07 0.21
HSL 332.14º 0.21% 0.74% -
HSV(B) 332.14º 0.14% 0.79% -
XYZ 48.46 46.42 53.42 -
YUV 183.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 202 174 187 0 0.14 0.07 0.21 332.14 0.21 0.74
Hex CA AE BB 0 E 7 15 14C 15 4A
Octal 312 256 273 0 16 7 25 514 25 112
Binary 11001010 10101110 10111011 0 1110 111 10101 101001100 10101 1001010

Color Harmonies of #CAAEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAEBB

Black with #CAAEBB

Text Example


Text Example

White with #CAAEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAEBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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