Html Css Color HEX #CC594F Valencia

📋 copy color: '#CC594F'

red 204 ◦ green 89 ◦ blue 79

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

Shades of Valencia #CC594F

Tints of Valencia #CC594F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.92%

 BLUE value IS 79 (31.25% from 255) = 21.24%

R = 54.84%
G = 23.92%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CC594F (or 0xCC594F) is known color: Valencia. HEX triplet: CC, 59 and 4F. RGB value is (204,89,79). Sum of RGB (Red+Green+Blue) = 204+89+79=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC594F is #33A6B0. Grayscale: #7A7A7A. Windows color (decimal): -3385009 or 5200332. OLE color: 5200332.

HSL color Cylindrical-coordinate representation of color #CC594F: hue angle of 4.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC594F is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 89 79 -
CMYK 0 0.56 0.61 0.2
HSL 4.8º 0.55% 0.55% -
HSV(B) 4.8º 0.61% 0.8% -
XYZ 29.89 20.55 9.79 -
YUV 122.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 204 89 79 0 0.56 0.61 0.2 4.8 0.55 0.55
Hex CC 59 4F 0 38 3D 14 5 37 37
Octal 314 131 117 0 70 75 24 5 67 67
Binary 11001100 1011001 1001111 0 111000 111101 10100 101 110111 110111

Color Harmonies of #CC594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC594F

Black with #CC594F

Text Example


Text Example

White with #CC594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC594F; }

 p { color: rgb(204,89,79); }

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

background-color css

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

 a { background-color: rgb(204,89,79); }

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

border-color css

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

 span { border-color: rgb(204,89,79); }

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