Html Css Color HEX #CB5750 Valencia

📋 copy color: '#CB5750'

red 203 ◦ green 87 ◦ blue 80

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

Shades of Valencia #CB5750

Tints of Valencia #CB5750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.62%

R = 54.86%
G = 23.51%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB5750 (or 0xCB5750) is known color: Valencia. HEX triplet: CB, 57 and 50. RGB value is (203,87,80). Sum of RGB (Red+Green+Blue) = 203+87+80=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5750 is #34A8AF. Grayscale: #797979. Windows color (decimal): -3451056 or 5265355. OLE color: 5265355.

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

Color convert

RGB 203 87 80 -
CMYK 0 0.57 0.61 0.20
HSL 3.41º 0.54% 0.55% -
HSV(B) 3.41º 0.61% 0.8% -
XYZ 29.48 20.09 9.91 -
YUV 120.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 203 87 80 0 0.57 0.61 0.20 3.41 0.54 0.55
Hex CB 57 50 0 39 3D 14 3 36 37
Octal 313 127 120 0 71 75 24 3 66 67
Binary 11001011 1010111 1010000 0 111001 111101 10100 11 110110 110111

Color Harmonies of #CB5750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5750

Black with #CB5750

Text Example


Text Example

White with #CB5750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5750; }

 p { color: rgb(203,87,80); }

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

background-color css

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

 a { background-color: rgb(203,87,80); }

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

border-color css

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

 span { border-color: rgb(203,87,80); }

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