Html Css Color HEX #CC607B Cabaret

📋 copy color: '#CC607B'

red 204 ◦ green 96 ◦ blue 123

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

Shades of Cabaret #CC607B

Tints of Cabaret #CC607B

RGB

 RED value IS 204 (80.08% from 255) = 48.23%

 GREEN value IS 96 (37.89% from 255) = 22.7%

 BLUE value IS 123 (48.44% from 255) = 29.08%

R = 48.23%
G = 22.7%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CC607B (or 0xCC607B) is known color: Cabaret. HEX triplet: CC, 60 and 7B. RGB value is (204,96,123). Sum of RGB (Red+Green+Blue) = 204+96+123=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC607B is #339F84. Grayscale: #838383. Windows color (decimal): -3383173 or 8085708. OLE color: 8085708.

HSL color Cylindrical-coordinate representation of color #CC607B: hue angle of 345º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC607B is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 96 123 -
CMYK 0 0.53 0.40 0.2
HSL 345º 0.51% 0.59% -
HSV(B) 345º 0.53% 0.8% -
XYZ 32.66 22.63 21.39 -
YUV 131.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 204 96 123 0 0.53 0.40 0.2 345 0.51 0.59
Hex CC 60 7B 0 35 28 14 159 33 3B
Octal 314 140 173 0 65 50 24 531 63 73
Binary 11001100 1100000 1111011 0 110101 101000 10100 101011001 110011 111011

Color Harmonies of #CC607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC607B

Black with #CC607B

Text Example


Text Example

White with #CC607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC607B; }

 p { color: rgb(204,96,123); }

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

background-color css

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

 a { background-color: rgb(204,96,123); }

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

border-color css

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

 span { border-color: rgb(204,96,123); }

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