Html Css Color HEX #CB594D Valencia

📋 copy color: '#CB594D'

red 203 ◦ green 89 ◦ blue 77

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

Shades of Valencia #CB594D

Tints of Valencia #CB594D

RGB

 RED value IS 203 (79.69% from 255) = 55.01%

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

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

R = 55.01%
G = 24.12%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB594D (or 0xCB594D) is known color: Valencia. HEX triplet: CB, 59 and 4D. RGB value is (203,89,77). Sum of RGB (Red+Green+Blue) = 203+89+77=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB594D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB594D is #34A6B2. Grayscale: #797979. Windows color (decimal): -3450547 or 5069259. OLE color: 5069259.

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

Color convert

RGB 203 89 77 -
CMYK 0 0.56 0.62 0.20
HSL 5.71º 0.55% 0.55% -
HSV(B) 5.71º 0.62% 0.8% -
XYZ 29.54 20.38 9.4 -
YUV 121.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 203 89 77 0 0.56 0.62 0.20 5.71 0.55 0.55
Hex CB 59 4D 0 38 3E 14 6 37 37
Octal 313 131 115 0 70 76 24 6 67 67
Binary 11001011 1011001 1001101 0 111000 111110 10100 110 110111 110111

Color Harmonies of #CB594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB594D

Black with #CB594D

Text Example


Text Example

White with #CB594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB594D; }

 p { color: rgb(203,89,77); }

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

background-color css

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

 a { background-color: rgb(203,89,77); }

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

border-color css

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

 span { border-color: rgb(203,89,77); }

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