Html Css Color HEX #CA554D Valencia

📋 copy color: '#CA554D'

red 202 ◦ green 85 ◦ blue 77

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

Shades of Valencia #CA554D

Tints of Valencia #CA554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.35%

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

R = 55.49%
G = 23.35%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA554D (or 0xCA554D) is known color: Valencia. HEX triplet: CA, 55 and 4D. RGB value is (202,85,77). Sum of RGB (Red+Green+Blue) = 202+85+77=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA554D is #35AAB2. Grayscale: #777777. Windows color (decimal): -3517107 or 5068234. OLE color: 5068234.

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

Color convert

RGB 202 85 77 -
CMYK 0 0.58 0.62 0.21
HSL 3.84º 0.54% 0.55% -
HSV(B) 3.84º 0.62% 0.79% -
XYZ 28.95 19.59 9.28 -
YUV 119.07 104.26 187.15 -
System Red Green Blue C M Y K H S L
Decimal 202 85 77 0 0.58 0.62 0.21 3.84 0.54 0.55
Hex CA 55 4D 0 3A 3E 15 4 36 37
Octal 312 125 115 0 72 76 25 4 66 67
Binary 11001010 1010101 1001101 0 111010 111110 10101 100 110110 110111

Color Harmonies of #CA554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA554D

Black with #CA554D

Text Example


Text Example

White with #CA554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA554D; }

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

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

background-color css

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

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

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

border-color css

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

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

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