Html Css Color HEX #CFB5C7 Maverick

📋 copy color: '#CFB5C7'

red 207 ◦ green 181 ◦ blue 199

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

Shades of Maverick #CFB5C7

Tints of Maverick #CFB5C7

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.83%

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

R = 35.26%
G = 30.83%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CFB5C7 (or 0xCFB5C7) is known color: Maverick. HEX triplet: CF, B5 and C7. RGB value is (207,181,199). Sum of RGB (Red+Green+Blue) = 207+181+199=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 199 (78.12% from 255 or 33.90% from 587); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5C7 is #304A38. Grayscale: #BEBEBE. Windows color (decimal): -3164729 or 13088207. OLE color: 13088207.

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

Color convert

RGB 207 181 199 -
CMYK 0 0.13 0.04 0.19
HSL 318.46º 0.21% 0.76% -
HSV(B) 318.46º 0.13% 0.81% -
XYZ 52.56 50.44 61 -
YUV 190.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 207 181 199 0 0.13 0.04 0.19 318.46 0.21 0.76
Hex CF B5 C7 0 D 4 13 13E 15 4C
Octal 317 265 307 0 15 4 23 476 25 114
Binary 11001111 10110101 11000111 0 1101 100 10011 100111110 10101 1001100

Color Harmonies of #CFB5C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5C7

Black with #CFB5C7

Text Example


Text Example

White with #CFB5C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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