Html Css Color HEX #CA574D Valencia

📋 copy color: '#CA574D'

red 202 ◦ green 87 ◦ blue 77

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

Shades of Valencia #CA574D

Tints of Valencia #CA574D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.77%

 BLUE value IS 77 (30.47% from 255) = 21.04%

R = 55.19%
G = 23.77%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA574D (or 0xCA574D) is known color: Valencia. HEX triplet: CA, 57 and 4D. RGB value is (202,87,77). Sum of RGB (Red+Green+Blue) = 202+87+77=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 77 (30.47% from 255 or 21.04% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA574D is #35A8B2. Grayscale: #787878. Windows color (decimal): -3516595 or 5068746. OLE color: 5068746.

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

Color convert

RGB 202 87 77 -
CMYK 0 0.57 0.62 0.21
HSL 4.8º 0.54% 0.55% -
HSV(B) 4.8º 0.62% 0.79% -
XYZ 29.1 19.91 9.33 -
YUV 120.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 202 87 77 0 0.57 0.62 0.21 4.8 0.54 0.55
Hex CA 57 4D 0 39 3E 15 5 36 37
Octal 312 127 115 0 71 76 25 5 66 67
Binary 11001010 1010111 1001101 0 111001 111110 10101 101 110110 110111

Color Harmonies of #CA574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA574D

Black with #CA574D

Text Example


Text Example

White with #CA574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA574D; }

 p { color: rgb(202,87,77); }

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

background-color css

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

 a { background-color: rgb(202,87,77); }

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

border-color css

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

 span { border-color: rgb(202,87,77); }

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