Html Css Color HEX #CF6372 Cabaret

📋 copy color: '#CF6372'

red 207 ◦ green 99 ◦ blue 114

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

Shades of Cabaret #CF6372

Tints of Cabaret #CF6372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.57%

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

R = 49.29%
G = 23.57%
B = 27.14%

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

#CF6372 (or 0xCF6372) is known color: Cabaret. HEX triplet: CF, 63 and 72. RGB value is (207,99,114). Sum of RGB (Red+Green+Blue) = 207+99+114=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6372 is #309C8D. Grayscale: #858585. Windows color (decimal): -3185806 or 7496655. OLE color: 7496655.

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

Color convert

RGB 207 99 114 -
CMYK 0 0.52 0.45 0.19
HSL 351.67º 0.53% 0.6% -
HSV(B) 351.67º 0.52% 0.81% -
XYZ 33.23 23.4 18.69 -
YUV 133 117.28 180.78 -
System Red Green Blue C M Y K H S L
Decimal 207 99 114 0 0.52 0.45 0.19 351.67 0.53 0.6
Hex CF 63 72 0 34 2D 13 160 35 3C
Octal 317 143 162 0 64 55 23 540 65 74
Binary 11001111 1100011 1110010 0 110100 101101 10011 101100000 110101 111100

Color Harmonies of #CF6372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6372

Black with #CF6372

Text Example


Text Example

White with #CF6372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6372; }

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

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

background-color css

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

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

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

border-color css

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

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

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