Html Css Color HEX #CB594F Valencia

📋 copy color: '#CB594F'

red 203 ◦ green 89 ◦ blue 79

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

Shades of Valencia #CB594F

Tints of Valencia #CB594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 54.72%
G = 23.99%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB594F (or 0xCB594F) is known color: Valencia. HEX triplet: CB, 59 and 4F. RGB value is (203,89,79). Sum of RGB (Red+Green+Blue) = 203+89+79=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB594F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB594F is #34A6B0. Grayscale: #7A7A7A. Windows color (decimal): -3450545 or 5200331. OLE color: 5200331.

HSL color Cylindrical-coordinate representation of color #CB594F: hue angle of 4.84º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB594F is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 89 79 -
CMYK 0 0.56 0.61 0.20
HSL 4.84º 0.54% 0.55% -
HSV(B) 4.84º 0.61% 0.8% -
XYZ 29.61 20.41 9.78 -
YUV 121.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 203 89 79 0 0.56 0.61 0.20 4.84 0.54 0.55
Hex CB 59 4F 0 38 3D 14 5 36 37
Octal 313 131 117 0 70 75 24 5 66 67
Binary 11001011 1011001 1001111 0 111000 111101 10100 101 110110 110111

Color Harmonies of #CB594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB594F

Black with #CB594F

Text Example


Text Example

White with #CB594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB594F; }

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

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

background-color css

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

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

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

border-color css

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

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

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