Html Css Color HEX #CB594E Valencia

📋 copy color: '#CB594E'

red 203 ◦ green 89 ◦ blue 78

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

Shades of Valencia #CB594E

Tints of Valencia #CB594E

RGB

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

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

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

R = 54.86%
G = 24.05%
B = 21.08%

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

#CB594E (or 0xCB594E) is known color: Valencia. HEX triplet: CB, 59 and 4E. RGB value is (203,89,78). Sum of RGB (Red+Green+Blue) = 203+89+78=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB594E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB594E is #34A6B1. Grayscale: #797979. Windows color (decimal): -3450546 or 5134795. OLE color: 5134795.

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

Color convert

RGB 203 89 78 -
CMYK 0 0.56 0.62 0.20
HSL 5.28º 0.55% 0.55% -
HSV(B) 5.28º 0.62% 0.8% -
XYZ 29.58 20.39 9.58 -
YUV 121.83 103.27 185.89 -
System Red Green Blue C M Y K H S L
Decimal 203 89 78 0 0.56 0.62 0.20 5.28 0.55 0.55
Hex CB 59 4E 0 38 3E 14 5 37 37
Octal 313 131 116 0 70 76 24 5 67 67
Binary 11001011 1011001 1001110 0 111000 111110 10100 101 110111 110111

Color Harmonies of #CB594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB594E

Black with #CB594E

Text Example


Text Example

White with #CB594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB594E; }

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

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

background-color css

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

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

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

border-color css

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

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

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