Html Css Color HEX #CA574C Valencia

📋 copy color: '#CA574C'

red 202 ◦ green 87 ◦ blue 76

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

Shades of Valencia #CA574C

Tints of Valencia #CA574C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.82%

R = 55.34%
G = 23.84%
B = 20.82%

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

#CA574C (or 0xCA574C) is known color: Valencia. HEX triplet: CA, 57 and 4C. RGB value is (202,87,76). Sum of RGB (Red+Green+Blue) = 202+87+76=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA574C is #35A8B3. Grayscale: #787878. Windows color (decimal): -3516596 or 5003210. OLE color: 5003210.

HSL color Cylindrical-coordinate representation of color #CA574C: hue angle of 5.24º 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 #CA574C is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 87 76 -
CMYK 0 0.57 0.62 0.21
HSL 5.24º 0.54% 0.55% -
HSV(B) 5.24º 0.62% 0.79% -
XYZ 29.07 19.89 9.15 -
YUV 120.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 202 87 76 0 0.57 0.62 0.21 5.24 0.54 0.55
Hex CA 57 4C 0 39 3E 15 5 36 37
Octal 312 127 114 0 71 76 25 5 66 67
Binary 11001010 1010111 1001100 0 111001 111110 10101 101 110110 110111

Color Harmonies of #CA574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA574C

Black with #CA574C

Text Example


Text Example

White with #CA574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA574C; }

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

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

background-color css

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

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

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

border-color css

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

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

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