Html Css Color HEX #CFB5C8 Maverick

📋 copy color: '#CFB5C8'

red 207 ◦ green 181 ◦ blue 200

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

Shades of Maverick #CFB5C8

Tints of Maverick #CFB5C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.01%

R = 35.2%
G = 30.78%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CFB5C8 (or 0xCFB5C8) is known color: Maverick. HEX triplet: CF, B5 and C8. RGB value is (207,181,200). Sum of RGB (Red+Green+Blue) = 207+181+200=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 181 (71.09% from 255 or 30.78% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5C8 is #304A37. Grayscale: #BEBEBE. Windows color (decimal): -3164728 or 13153743. OLE color: 13153743.

HSL color Cylindrical-coordinate representation of color #CFB5C8: hue angle of 316.15º 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 #CFB5C8 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 181 200 -
CMYK 0 0.13 0.03 0.19
HSL 316.15º 0.21% 0.76% -
HSV(B) 316.15º 0.13% 0.81% -
XYZ 52.68 50.48 61.61 -
YUV 190.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 207 181 200 0 0.13 0.03 0.19 316.15 0.21 0.76
Hex CF B5 C8 0 D 3 13 13C 15 4C
Octal 317 265 310 0 15 3 23 474 25 114
Binary 11001111 10110101 11001000 0 1101 11 10011 100111100 10101 1001100

Color Harmonies of #CFB5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB5C8

Black with #CFB5C8

Text Example


Text Example

White with #CFB5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB5C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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