Html Css Color HEX #CABDC5 Maverick

📋 copy color: '#CABDC5'

red 202 ◦ green 189 ◦ blue 197

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

Shades of Maverick #CABDC5

Tints of Maverick #CABDC5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.14%

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

R = 34.35%
G = 32.14%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CABDC5 (or 0xCABDC5) is known color: Maverick. HEX triplet: CA, BD and C5. RGB value is (202,189,197). Sum of RGB (Red+Green+Blue) = 202+189+197=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDC5 is #35423A. Grayscale: #C1C1C1. Windows color (decimal): -3490363 or 12959178. OLE color: 12959178.

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

Color convert

RGB 202 189 197 -
CMYK 0 0.06 0.02 0.21
HSL 323.08º 0.11% 0.77% -
HSV(B) 323.08º 0.06% 0.79% -
XYZ 52.63 52.98 60.28 -
YUV 193.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 202 189 197 0 0.06 0.02 0.21 323.08 0.11 0.77
Hex CA BD C5 0 6 2 15 143 B 4D
Octal 312 275 305 0 6 2 25 503 13 115
Binary 11001010 10111101 11000101 0 110 10 10101 101000011 1011 1001101

Color Harmonies of #CABDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDC5

Black with #CABDC5

Text Example


Text Example

White with #CABDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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