Html Css Color HEX #CABCC3 Maverick

📋 copy color: '#CABCC3'

red 202 ◦ green 188 ◦ blue 195

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

Shades of Maverick #CABCC3

Tints of Maverick #CABCC3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.14%

 BLUE value IS 195 (76.56% from 255) = 33.33%

R = 34.53%
G = 32.14%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#CABCC3 (or 0xCABCC3) is known color: Maverick. HEX triplet: CA, BC and C3. RGB value is (202,188,195). Sum of RGB (Red+Green+Blue) = 202+188+195=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCC3 is #35433C. Grayscale: #C0C0C0. Windows color (decimal): -3490621 or 12827850. OLE color: 12827850.

HSL color Cylindrical-coordinate representation of color #CABCC3: hue angle of 330º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CABCC3 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 188 195 -
CMYK 0 0.07 0.03 0.21
HSL 330º 0.12% 0.76% -
HSV(B) 330º 0.07% 0.79% -
XYZ 52.19 52.46 59.01 -
YUV 192.98 129.14 134.43 -
System Red Green Blue C M Y K H S L
Decimal 202 188 195 0 0.07 0.03 0.21 330 0.12 0.76
Hex CA BC C3 0 7 3 15 14A C 4C
Octal 312 274 303 0 7 3 25 512 14 114
Binary 11001010 10111100 11000011 0 111 11 10101 101001010 1100 1001100

Color Harmonies of #CABCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCC3

Black with #CABCC3

Text Example


Text Example

White with #CABCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCC3; }

 p { color: rgb(202,188,195); }

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

background-color css

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

 a { background-color: rgb(202,188,195); }

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

border-color css

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

 span { border-color: rgb(202,188,195); }

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