Html Css Color HEX #CFB0BE Maverick

📋 copy color: '#CFB0BE'

red 207 ◦ green 176 ◦ blue 190

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

Shades of Maverick #CFB0BE

Tints of Maverick #CFB0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.72%

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

R = 36.13%
G = 30.72%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CFB0BE (or 0xCFB0BE) is known color: Maverick. HEX triplet: CF, B0 and BE. RGB value is (207,176,190). Sum of RGB (Red+Green+Blue) = 207+176+190=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0BE is #304F41. Grayscale: #BABABA. Windows color (decimal): -3166018 or 12497103. OLE color: 12497103.

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

Color convert

RGB 207 176 190 -
CMYK 0 0.15 0.08 0.19
HSL 332.9º 0.24% 0.75% -
HSV(B) 332.9º 0.15% 0.81% -
XYZ 50.55 48.03 55.32 -
YUV 186.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 207 176 190 0 0.15 0.08 0.19 332.9 0.24 0.75
Hex CF B0 BE 0 F 8 13 14D 18 4B
Octal 317 260 276 0 17 10 23 515 30 113
Binary 11001111 10110000 10111110 0 1111 1000 10011 101001101 11000 1001011

Color Harmonies of #CFB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0BE

Black with #CFB0BE

Text Example


Text Example

White with #CFB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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