Html Css Color HEX #CBACC4 Maverick

📋 copy color: '#CBACC4'

red 203 ◦ green 172 ◦ blue 196

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

Shades of Maverick #CBACC4

Tints of Maverick #CBACC4

RGB

 RED value IS 203 (79.69% from 255) = 35.55%

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

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

R = 35.55%
G = 30.12%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#CBACC4 (or 0xCBACC4) is known color: Maverick. HEX triplet: CB, AC and C4. RGB value is (203,172,196). Sum of RGB (Red+Green+Blue) = 203+172+196=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACC4 is #34533B. Grayscale: #B7B7B7. Windows color (decimal): -3429180 or 12889291. OLE color: 12889291.

HSL color Cylindrical-coordinate representation of color #CBACC4: hue angle of 313.55º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBACC4 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 172 196 -
CMYK 0 0.15 0.03 0.20
HSL 313.55º 0.23% 0.74% -
HSV(B) 313.55º 0.15% 0.8% -
XYZ 49.34 46.19 58.54 -
YUV 184.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 203 172 196 0 0.15 0.03 0.20 313.55 0.23 0.74
Hex CB AC C4 0 F 3 14 13A 17 4A
Octal 313 254 304 0 17 3 24 472 27 112
Binary 11001011 10101100 11000100 0 1111 11 10100 100111010 10111 1001010

Color Harmonies of #CBACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBACC4

Black with #CBACC4

Text Example


Text Example

White with #CBACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBACC4; }

 p { color: rgb(203,172,196); }

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

background-color css

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

 a { background-color: rgb(203,172,196); }

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

border-color css

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

 span { border-color: rgb(203,172,196); }

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