Html Css Color HEX #CF627A Cabaret

📋 copy color: '#CF627A'

red 207 ◦ green 98 ◦ blue 122

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

Shades of Cabaret #CF627A

Tints of Cabaret #CF627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.95%

 BLUE value IS 122 (48.05% from 255) = 28.57%

R = 48.48%
G = 22.95%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CF627A (or 0xCF627A) is known color: Cabaret. HEX triplet: CF, 62 and 7A. RGB value is (207,98,122). Sum of RGB (Red+Green+Blue) = 207+98+122=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF627A is #309D85. Grayscale: #858585. Windows color (decimal): -3186054 or 8020687. OLE color: 8020687.

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

Color convert

RGB 207 98 122 -
CMYK 0 0.53 0.41 0.19
HSL 346.79º 0.53% 0.6% -
HSV(B) 346.79º 0.53% 0.81% -
XYZ 33.61 23.41 21.16 -
YUV 133.33 121.61 180.55 -
System Red Green Blue C M Y K H S L
Decimal 207 98 122 0 0.53 0.41 0.19 346.79 0.53 0.6
Hex CF 62 7A 0 35 29 13 15B 35 3C
Octal 317 142 172 0 65 51 23 533 65 74
Binary 11001111 1100010 1111010 0 110101 101001 10011 101011011 110101 111100

Color Harmonies of #CF627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF627A

Black with #CF627A

Text Example


Text Example

White with #CF627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF627A; }

 p { color: rgb(207,98,122); }

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

background-color css

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

 a { background-color: rgb(207,98,122); }

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

border-color css

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

 span { border-color: rgb(207,98,122); }

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