Html Css Color HEX #CABBC4 Maverick

📋 copy color: '#CABBC4'

red 202 ◦ green 187 ◦ blue 196

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

Shades of Maverick #CABBC4

Tints of Maverick #CABBC4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.97%

 BLUE value IS 196 (76.95% from 255) = 33.5%

R = 34.53%
G = 31.97%
B = 33.5%

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

#CABBC4 (or 0xCABBC4) is known color: Maverick. HEX triplet: CA, BB and C4. RGB value is (202,187,196). Sum of RGB (Red+Green+Blue) = 202+187+196=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBC4 is #35443B. Grayscale: #C0C0C0. Windows color (decimal): -3490876 or 12893130. OLE color: 12893130.

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

Color convert

RGB 202 187 196 -
CMYK 0 0.07 0.03 0.21
HSL 324º 0.12% 0.76% -
HSV(B) 324º 0.07% 0.79% -
XYZ 52.09 52.08 59.53 -
YUV 192.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 202 187 196 0 0.07 0.03 0.21 324 0.12 0.76
Hex CA BB C4 0 7 3 15 144 C 4C
Octal 312 273 304 0 7 3 25 504 14 114
Binary 11001010 10111011 11000100 0 111 11 10101 101000100 1100 1001100

Color Harmonies of #CABBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBC4

Black with #CABBC4

Text Example


Text Example

White with #CABBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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