Html Css Color HEX #CFB2BE Maverick

📋 copy color: '#CFB2BE'

red 207 ◦ green 178 ◦ blue 190

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

Shades of Maverick #CFB2BE

Tints of Maverick #CFB2BE

RGB

 RED value IS 207 (81.25% from 255) = 36%

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

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

R = 36%
G = 30.96%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFB2BE (or 0xCFB2BE) is known color: Maverick. HEX triplet: CF, B2 and BE. RGB value is (207,178,190). Sum of RGB (Red+Green+Blue) = 207+178+190=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2BE is #304D41. Grayscale: #BCBCBC. Windows color (decimal): -3165506 or 12497615. OLE color: 12497615.

HSL color Cylindrical-coordinate representation of color #CFB2BE: hue angle of 335.17º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB2BE is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 190 -
CMYK 0 0.14 0.08 0.19
HSL 335.17º 0.23% 0.75% -
HSV(B) 335.17º 0.14% 0.81% -
XYZ 50.95 48.82 55.45 -
YUV 188.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 207 178 190 0 0.14 0.08 0.19 335.17 0.23 0.75
Hex CF B2 BE 0 E 8 13 14F 17 4B
Octal 317 262 276 0 16 10 23 517 27 113
Binary 11001111 10110010 10111110 0 1110 1000 10011 101001111 10111 1001011

Color Harmonies of #CFB2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2BE

Black with #CFB2BE

Text Example


Text Example

White with #CFB2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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