Html Css Color HEX #CB584E Valencia

📋 copy color: '#CB584E'

red 203 ◦ green 88 ◦ blue 78

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

Shades of Valencia #CB584E

Tints of Valencia #CB584E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.85%

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

R = 55.01%
G = 23.85%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB584E (or 0xCB584E) is known color: Valencia. HEX triplet: CB, 58 and 4E. RGB value is (203,88,78). Sum of RGB (Red+Green+Blue) = 203+88+78=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB584E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB584E is #34A7B1. Grayscale: #797979. Windows color (decimal): -3450802 or 5134539. OLE color: 5134539.

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

Color convert

RGB 203 88 78 -
CMYK 0 0.57 0.62 0.20
HSL 4.8º 0.55% 0.55% -
HSV(B) 4.8º 0.62% 0.8% -
XYZ 29.49 20.23 9.56 -
YUV 121.25 103.6 186.31 -
System Red Green Blue C M Y K H S L
Decimal 203 88 78 0 0.57 0.62 0.20 4.8 0.55 0.55
Hex CB 58 4E 0 39 3E 14 5 37 37
Octal 313 130 116 0 71 76 24 5 67 67
Binary 11001011 1011000 1001110 0 111001 111110 10100 101 110111 110111

Color Harmonies of #CB584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB584E

Black with #CB584E

Text Example


Text Example

White with #CB584E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB584E; }

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

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

background-color css

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

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

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

border-color css

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

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

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