Html Css Color HEX #CF6674 Cabaret

📋 copy color: '#CF6674'

red 207 ◦ green 102 ◦ blue 116

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

Shades of Cabaret #CF6674

Tints of Cabaret #CF6674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24%

 BLUE value IS 116 (45.7% from 255) = 27.29%

R = 48.71%
G = 24%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF6674 (or 0xCF6674) is known color: Cabaret. HEX triplet: CF, 66 and 74. RGB value is (207,102,116). Sum of RGB (Red+Green+Blue) = 207+102+116=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6674 is #30998B. Grayscale: #878787. Windows color (decimal): -3185036 or 7628495. OLE color: 7628495.

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

Color convert

RGB 207 102 116 -
CMYK 0 0.51 0.44 0.19
HSL 352º 0.52% 0.61% -
HSV(B) 352º 0.51% 0.81% -
XYZ 33.64 24.03 19.39 -
YUV 134.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 207 102 116 0 0.51 0.44 0.19 352 0.52 0.61
Hex CF 66 74 0 33 2C 13 160 34 3D
Octal 317 146 164 0 63 54 23 540 64 75
Binary 11001111 1100110 1110100 0 110011 101100 10011 101100000 110100 111101

Color Harmonies of #CF6674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6674

Black with #CF6674

Text Example


Text Example

White with #CF6674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6674; }

 p { color: rgb(207,102,116); }

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

background-color css

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

 a { background-color: rgb(207,102,116); }

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

border-color css

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

 span { border-color: rgb(207,102,116); }

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