Html Css Color HEX #CB614C Dark Coral

📋 copy color: '#CB614C'

red 203 ◦ green 97 ◦ blue 76

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

Shades of Dark Coral #CB614C

Tints of Dark Coral #CB614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.8%

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

R = 53.99%
G = 25.8%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB614C (or 0xCB614C) is known color: Dark Coral. HEX triplet: CB, 61 and 4C. RGB value is (203,97,76). Sum of RGB (Red+Green+Blue) = 203+97+76=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB614C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB614C is #349EB3. Grayscale: #7E7E7E. Windows color (decimal): -3448500 or 5005771. OLE color: 5005771.

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

Color convert

RGB 203 97 76 -
CMYK 0 0.52 0.63 0.20
HSL 9.92º 0.55% 0.55% -
HSV(B) 9.92º 0.63% 0.8% -
XYZ 30.21 21.77 9.45 -
YUV 126.3 99.62 182.71 -
System Red Green Blue C M Y K H S L
Decimal 203 97 76 0 0.52 0.63 0.20 9.92 0.55 0.55
Hex CB 61 4C 0 34 3F 14 A 37 37
Octal 313 141 114 0 64 77 24 12 67 67
Binary 11001011 1100001 1001100 0 110100 111111 10100 1010 110111 110111

Color Harmonies of #CB614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB614C

Black with #CB614C

Text Example


Text Example

White with #CB614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB614C; }

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

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

background-color css

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

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

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

border-color css

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

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

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