Html Css Color HEX #CA594E Valencia

📋 copy color: '#CA594E'

red 202 ◦ green 89 ◦ blue 78

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

Shades of Valencia #CA594E

Tints of Valencia #CA594E

RGB

 RED value IS 202 (79.3% from 255) = 54.74%

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

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

R = 54.74%
G = 24.12%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA594E (or 0xCA594E) is known color: Valencia. HEX triplet: CA, 59 and 4E. RGB value is (202,89,78). Sum of RGB (Red+Green+Blue) = 202+89+78=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA594E is #35A6B1. Grayscale: #797979. Windows color (decimal): -3516082 or 5134794. OLE color: 5134794.

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

Color convert

RGB 202 89 78 -
CMYK 0 0.56 0.61 0.21
HSL 5.32º 0.54% 0.55% -
HSV(B) 5.32º 0.61% 0.79% -
XYZ 29.3 20.25 9.57 -
YUV 121.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 202 89 78 0 0.56 0.61 0.21 5.32 0.54 0.55
Hex CA 59 4E 0 38 3D 15 5 36 37
Octal 312 131 116 0 70 75 25 5 66 67
Binary 11001010 1011001 1001110 0 111000 111101 10101 101 110110 110111

Color Harmonies of #CA594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA594E

Black with #CA594E

Text Example


Text Example

White with #CA594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA594E; }

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

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

background-color css

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

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

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

border-color css

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

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

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