Html Css Color HEX #CB584C Valencia

📋 copy color: '#CB584C'

red 203 ◦ green 88 ◦ blue 76

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

Shades of Valencia #CB584C

Tints of Valencia #CB584C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 20.71%

R = 55.31%
G = 23.98%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB584C (or 0xCB584C) is known color: Valencia. HEX triplet: CB, 58 and 4C. RGB value is (203,88,76). Sum of RGB (Red+Green+Blue) = 203+88+76=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 88 (34.77% from 255 or 23.98% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB584C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB584C is #34A7B3. Grayscale: #797979. Windows color (decimal): -3450804 or 5003467. OLE color: 5003467.

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

Color convert

RGB 203 88 76 -
CMYK 0 0.57 0.63 0.20
HSL 5.67º 0.55% 0.55% -
HSV(B) 5.67º 0.63% 0.8% -
XYZ 29.42 20.2 9.19 -
YUV 121.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 203 88 76 0 0.57 0.63 0.20 5.67 0.55 0.55
Hex CB 58 4C 0 39 3F 14 6 37 37
Octal 313 130 114 0 71 77 24 6 67 67
Binary 11001011 1011000 1001100 0 111001 111111 10100 110 110111 110111

Color Harmonies of #CB584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB584C

Black with #CB584C

Text Example


Text Example

White with #CB584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB584C; }

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

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

background-color css

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

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

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

border-color css

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

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

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