Html Css Color HEX #CCB2BE Maverick

📋 copy color: '#CCB2BE'

red 204 ◦ green 178 ◦ blue 190

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

Shades of Maverick #CCB2BE

Tints of Maverick #CCB2BE

RGB

 RED value IS 204 (80.08% from 255) = 35.66%

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

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

R = 35.66%
G = 31.12%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCB2BE (or 0xCCB2BE) is known color: Maverick. HEX triplet: CC, B2 and BE. RGB value is (204,178,190). Sum of RGB (Red+Green+Blue) = 204+178+190=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2BE is #334D41. Grayscale: #BBBBBB. Windows color (decimal): -3362114 or 12497612. OLE color: 12497612.

HSL color Cylindrical-coordinate representation of color #CCB2BE: hue angle of 332.31º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCB2BE is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 190 -
CMYK 0 0.13 0.07 0.2
HSL 332.31º 0.2% 0.75% -
HSV(B) 332.31º 0.13% 0.8% -
XYZ 50.12 48.4 55.42 -
YUV 187.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 204 178 190 0 0.13 0.07 0.2 332.31 0.2 0.75
Hex CC B2 BE 0 D 7 14 14C 14 4B
Octal 314 262 276 0 15 7 24 514 24 113
Binary 11001100 10110010 10111110 0 1101 111 10100 101001100 10100 1001011

Color Harmonies of #CCB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2BE

Black with #CCB2BE

Text Example


Text Example

White with #CCB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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