Html Css Color HEX #CFB0C6 Maverick

📋 copy color: '#CFB0C6'

red 207 ◦ green 176 ◦ blue 198

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

Shades of Maverick #CFB0C6

Tints of Maverick #CFB0C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.08%

R = 35.63%
G = 30.29%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CFB0C6 (or 0xCFB0C6) is known color: Maverick. HEX triplet: CF, B0 and C6. RGB value is (207,176,198). Sum of RGB (Red+Green+Blue) = 207+176+198=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 176 (69.14% from 255 or 30.29% from 581); Blue value is 198 (77.73% from 255 or 34.08% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0C6 is #304F39. Grayscale: #BBBBBB. Windows color (decimal): -3166010 or 13021391. OLE color: 13021391.

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

Color convert

RGB 207 176 198 -
CMYK 0 0.15 0.04 0.19
HSL 317.42º 0.24% 0.75% -
HSV(B) 317.42º 0.15% 0.81% -
XYZ 51.45 48.39 60.06 -
YUV 187.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 207 176 198 0 0.15 0.04 0.19 317.42 0.24 0.75
Hex CF B0 C6 0 F 4 13 13D 18 4B
Octal 317 260 306 0 17 4 23 475 30 113
Binary 11001111 10110000 11000110 0 1111 100 10011 100111101 11000 1001011

Color Harmonies of #CFB0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB0C6

Black with #CFB0C6

Text Example


Text Example

White with #CFB0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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