Html Css Color HEX #CFB4C6 Maverick

📋 copy color: '#CFB4C6'

red 207 ◦ green 180 ◦ blue 198

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

Shades of Maverick #CFB4C6

Tints of Maverick #CFB4C6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.77%

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

R = 35.38%
G = 30.77%
B = 33.85%

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

#CFB4C6 (or 0xCFB4C6) is known color: Maverick. HEX triplet: CF, B4 and C6. RGB value is (207,180,198). Sum of RGB (Red+Green+Blue) = 207+180+198=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 180 (70.70% from 255 or 30.77% from 585); Blue value is 198 (77.73% from 255 or 33.85% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4C6 is #304B39. Grayscale: #BEBEBE. Windows color (decimal): -3164986 or 13022415. OLE color: 13022415.

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

Color convert

RGB 207 180 198 -
CMYK 0 0.13 0.04 0.19
HSL 320º 0.22% 0.76% -
HSV(B) 320º 0.13% 0.81% -
XYZ 52.25 49.99 60.32 -
YUV 190.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 207 180 198 0 0.13 0.04 0.19 320 0.22 0.76
Hex CF B4 C6 0 D 4 13 140 16 4C
Octal 317 264 306 0 15 4 23 500 26 114
Binary 11001111 10110100 11000110 0 1101 100 10011 101000000 10110 1001100

Color Harmonies of #CFB4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4C6

Black with #CFB4C6

Text Example


Text Example

White with #CFB4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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