Html Css Color HEX #CE604B Dark Coral

📋 copy color: '#CE604B'

red 206 ◦ green 96 ◦ blue 75

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

Shades of Dark Coral #CE604B

Tints of Dark Coral #CE604B

RGB

 RED value IS 206 (80.86% from 255) = 54.64%

 GREEN value IS 96 (37.89% from 255) = 25.46%

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 54.64%
G = 25.46%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CE604B (or 0xCE604B) is known color: Dark Coral. HEX triplet: CE, 60 and 4B. RGB value is (206,96,75). Sum of RGB (Red+Green+Blue) = 206+96+75=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE604B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE604B is #319FB4. Grayscale: #7E7E7E. Windows color (decimal): -3252149 or 4939982. OLE color: 4939982.

HSL color Cylindrical-coordinate representation of color #CE604B: hue angle of 9.62º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE604B is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 96 75 -
CMYK 0 0.53 0.64 0.19
HSL 9.62º 0.57% 0.55% -
HSV(B) 9.62º 0.64% 0.81% -
XYZ 30.91 22 9.27 -
YUV 126.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 206 96 75 0 0.53 0.64 0.19 9.62 0.57 0.55
Hex CE 60 4B 0 35 40 13 A 39 37
Octal 316 140 113 0 65 100 23 12 71 67
Binary 11001110 1100000 1001011 0 110101 1000000 10011 1010 111001 110111

Color Harmonies of #CE604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE604B

Black with #CE604B

Text Example


Text Example

White with #CE604B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE604B; }

 p { color: rgb(206,96,75); }

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

background-color css

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

 a { background-color: rgb(206,96,75); }

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

border-color css

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

 span { border-color: rgb(206,96,75); }

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