Html Css Color HEX #CB5741 Dark Coral

📋 copy color: '#CB5741'

red 203 ◦ green 87 ◦ blue 65

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

Shades of Dark Coral #CB5741

Tints of Dark Coral #CB5741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.31%

R = 57.18%
G = 24.51%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB5741 (or 0xCB5741) is known color: Dark Coral. HEX triplet: CB, 57 and 41. RGB value is (203,87,65). Sum of RGB (Red+Green+Blue) = 203+87+65=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5741 is #34A8BE. Grayscale: #777777. Windows color (decimal): -3451071 or 4282315. OLE color: 4282315.

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

Color convert

RGB 203 87 65 -
CMYK 0 0.57 0.68 0.20
HSL 9.57º 0.57% 0.53% -
HSV(B) 9.57º 0.68% 0.8% -
XYZ 28.99 19.89 7.31 -
YUV 119.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 203 87 65 0 0.57 0.68 0.20 9.57 0.57 0.53
Hex CB 57 41 0 39 44 14 A 39 35
Octal 313 127 101 0 71 104 24 12 71 65
Binary 11001011 1010111 1000001 0 111001 1000100 10100 1010 111001 110101

Color Harmonies of #CB5741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5741

Black with #CB5741

Text Example


Text Example

White with #CB5741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5741; }

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

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

background-color css

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

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

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

border-color css

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

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

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