Html Css Color HEX #CB644A Dark Coral

📋 copy color: '#CB644A'

red 203 ◦ green 100 ◦ blue 74

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

Shades of Dark Coral #CB644A

Tints of Dark Coral #CB644A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

 BLUE value IS 74 (29.3% from 255) = 19.63%

R = 53.85%
G = 26.53%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB644A (or 0xCB644A) is known color: Dark Coral. HEX triplet: CB, 64 and 4A. RGB value is (203,100,74). Sum of RGB (Red+Green+Blue) = 203+100+74=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB644A is #349BB5. Grayscale: #808080. Windows color (decimal): -3447734 or 4875467. OLE color: 4875467.

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

Color convert

RGB 203 100 74 -
CMYK 0 0.51 0.64 0.20
HSL 12.09º 0.55% 0.54% -
HSV(B) 12.09º 0.64% 0.8% -
XYZ 30.42 22.31 9.18 -
YUV 127.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 203 100 74 0 0.51 0.64 0.20 12.09 0.55 0.54
Hex CB 64 4A 0 33 40 14 C 37 36
Octal 313 144 112 0 63 100 24 14 67 66
Binary 11001011 1100100 1001010 0 110011 1000000 10100 1100 110111 110110

Color Harmonies of #CB644A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB644A

Black with #CB644A

Text Example


Text Example

White with #CB644A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB644A; }

 p { color: rgb(203,100,74); }

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

background-color css

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

 a { background-color: rgb(203,100,74); }

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

border-color css

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

 span { border-color: rgb(203,100,74); }

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