Html Css Color HEX #CAACBA Maverick

📋 copy color: '#CAACBA'

red 202 ◦ green 172 ◦ blue 186

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

Shades of Maverick #CAACBA

Tints of Maverick #CAACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.71%

 BLUE value IS 186 (73.05% from 255) = 33.21%

R = 36.07%
G = 30.71%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CAACBA (or 0xCAACBA) is known color: Maverick. HEX triplet: CA, AC and BA. RGB value is (202,172,186). Sum of RGB (Red+Green+Blue) = 202+172+186=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACBA is #355345. Grayscale: #B6B6B6. Windows color (decimal): -3494726 or 12233930. OLE color: 12233930.

HSL color Cylindrical-coordinate representation of color #CAACBA: hue angle of 332º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAACBA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 172 186 -
CMYK 0 0.15 0.08 0.21
HSL 332º 0.22% 0.73% -
HSV(B) 332º 0.15% 0.79% -
XYZ 47.97 45.61 52.73 -
YUV 182.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 202 172 186 0 0.15 0.08 0.21 332 0.22 0.73
Hex CA AC BA 0 F 8 15 14C 16 49
Octal 312 254 272 0 17 10 25 514 26 111
Binary 11001010 10101100 10111010 0 1111 1000 10101 101001100 10110 1001001

Color Harmonies of #CAACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACBA

Black with #CAACBA

Text Example


Text Example

White with #CAACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACBA; }

 p { color: rgb(202,172,186); }

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

background-color css

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

 a { background-color: rgb(202,172,186); }

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

border-color css

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

 span { border-color: rgb(202,172,186); }

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