Html Css Color HEX #CBB2BE Maverick

📋 copy color: '#CBB2BE'

red 203 ◦ green 178 ◦ blue 190

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

Shades of Maverick #CBB2BE

Tints of Maverick #CBB2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.17%

 BLUE value IS 190 (74.61% from 255) = 33.27%

R = 35.55%
G = 31.17%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CBB2BE (or 0xCBB2BE) is known color: Maverick. HEX triplet: CB, B2 and BE. RGB value is (203,178,190). Sum of RGB (Red+Green+Blue) = 203+178+190=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2BE is #344D41. Grayscale: #BABABA. Windows color (decimal): -3427650 or 12497611. OLE color: 12497611.

HSL color Cylindrical-coordinate representation of color #CBB2BE: hue angle of 331.2º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB2BE is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 178 190 -
CMYK 0 0.12 0.06 0.20
HSL 331.2º 0.19% 0.75% -
HSV(B) 331.2º 0.12% 0.8% -
XYZ 49.84 48.26 55.4 -
YUV 186.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 203 178 190 0 0.12 0.06 0.20 331.2 0.19 0.75
Hex CB B2 BE 0 C 6 14 14B 13 4B
Octal 313 262 276 0 14 6 24 513 23 113
Binary 11001011 10110010 10111110 0 1100 110 10100 101001011 10011 1001011

Color Harmonies of #CBB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB2BE

Black with #CBB2BE

Text Example


Text Example

White with #CBB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB2BE; }

 p { color: rgb(203,178,190); }

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

background-color css

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

 a { background-color: rgb(203,178,190); }

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

border-color css

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

 span { border-color: rgb(203,178,190); }

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