Html Css Color HEX #CC594E Valencia

📋 copy color: '#CC594E'

red 204 ◦ green 89 ◦ blue 78

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

Shades of Valencia #CC594E

Tints of Valencia #CC594E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.02%

R = 54.99%
G = 23.99%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC594E (or 0xCC594E) is known color: Valencia. HEX triplet: CC, 59 and 4E. RGB value is (204,89,78). Sum of RGB (Red+Green+Blue) = 204+89+78=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC594E is #33A6B1. Grayscale: #7A7A7A. Windows color (decimal): -3385010 or 5134796. OLE color: 5134796.

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

Color convert

RGB 204 89 78 -
CMYK 0 0.56 0.62 0.2
HSL 5.24º 0.55% 0.55% -
HSV(B) 5.24º 0.62% 0.8% -
XYZ 29.85 20.53 9.6 -
YUV 122.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 204 89 78 0 0.56 0.62 0.2 5.24 0.55 0.55
Hex CC 59 4E 0 38 3E 14 5 37 37
Octal 314 131 116 0 70 76 24 5 67 67
Binary 11001100 1011001 1001110 0 111000 111110 10100 101 110111 110111

Color Harmonies of #CC594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC594E

Black with #CC594E

Text Example


Text Example

White with #CC594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC594E; }

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

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

background-color css

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

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

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

border-color css

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

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

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