Html Css Color HEX #CFB9C7 Maverick

📋 copy color: '#CFB9C7'

red 207 ◦ green 185 ◦ blue 199

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

Shades of Maverick #CFB9C7

Tints of Maverick #CFB9C7

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.3%

 BLUE value IS 199 (78.13% from 255) = 33.67%

R = 35.03%
G = 31.3%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CFB9C7 (or 0xCFB9C7) is known color: Maverick. HEX triplet: CF, B9 and C7. RGB value is (207,185,199). Sum of RGB (Red+Green+Blue) = 207+185+199=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 185 (72.66% from 255 or 31.30% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9C7 is #304638. Grayscale: #C1C1C1. Windows color (decimal): -3163705 or 13089231. OLE color: 13089231.

HSL color Cylindrical-coordinate representation of color #CFB9C7: hue angle of 321.82º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFB9C7 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 185 199 -
CMYK 0 0.11 0.04 0.19
HSL 321.82º 0.19% 0.77% -
HSV(B) 321.82º 0.11% 0.81% -
XYZ 53.39 52.09 61.27 -
YUV 193.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 207 185 199 0 0.11 0.04 0.19 321.82 0.19 0.77
Hex CF B9 C7 0 B 4 13 142 13 4D
Octal 317 271 307 0 13 4 23 502 23 115
Binary 11001111 10111001 11000111 0 1011 100 10011 101000010 10011 1001101

Color Harmonies of #CFB9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB9C7

Black with #CFB9C7

Text Example


Text Example

White with #CFB9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB9C7; }

 p { color: rgb(207,185,199); }

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

background-color css

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

 a { background-color: rgb(207,185,199); }

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

border-color css

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

 span { border-color: rgb(207,185,199); }

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