Html Css Color HEX #CF6472 Cabaret

📋 copy color: '#CF6472'

red 207 ◦ green 100 ◦ blue 114

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

Shades of Cabaret #CF6472

Tints of Cabaret #CF6472

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.75%

 BLUE value IS 114 (44.92% from 255) = 27.08%

R = 49.17%
G = 23.75%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF6472 (or 0xCF6472) is known color: Cabaret. HEX triplet: CF, 64 and 72. RGB value is (207,100,114). Sum of RGB (Red+Green+Blue) = 207+100+114=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6472 is #309B8D. Grayscale: #858585. Windows color (decimal): -3185550 or 7496911. OLE color: 7496911.

HSL color Cylindrical-coordinate representation of color #CF6472: hue angle of 352.15º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6472 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 100 114 -
CMYK 0 0.52 0.45 0.19
HSL 352.15º 0.53% 0.6% -
HSV(B) 352.15º 0.52% 0.81% -
XYZ 33.33 23.59 18.72 -
YUV 133.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 207 100 114 0 0.52 0.45 0.19 352.15 0.53 0.6
Hex CF 64 72 0 34 2D 13 160 35 3C
Octal 317 144 162 0 64 55 23 540 65 74
Binary 11001111 1100100 1110010 0 110100 101101 10011 101100000 110101 111100

Color Harmonies of #CF6472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6472

Black with #CF6472

Text Example


Text Example

White with #CF6472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6472; }

 p { color: rgb(207,100,114); }

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

background-color css

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

 a { background-color: rgb(207,100,114); }

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

border-color css

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

 span { border-color: rgb(207,100,114); }

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