Html Css Color HEX #CB644B Dark Coral

📋 copy color: '#CB644B'

red 203 ◦ green 100 ◦ blue 75

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

Shades of Dark Coral #CB644B

Tints of Dark Coral #CB644B

RGB

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

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

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

R = 53.7%
G = 26.46%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB644B (or 0xCB644B) is known color: Dark Coral. HEX triplet: CB, 64 and 4B. RGB value is (203,100,75). Sum of RGB (Red+Green+Blue) = 203+100+75=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB644B is #349BB4. Grayscale: #808080. Windows color (decimal): -3447733 or 4941003. OLE color: 4941003.

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

Color convert

RGB 203 100 75 -
CMYK 0 0.51 0.63 0.20
HSL 11.72º 0.55% 0.55% -
HSV(B) 11.72º 0.63% 0.8% -
XYZ 30.46 22.32 9.36 -
YUV 127.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 203 100 75 0 0.51 0.63 0.20 11.72 0.55 0.55
Hex CB 64 4B 0 33 3F 14 C 37 37
Octal 313 144 113 0 63 77 24 14 67 67
Binary 11001011 1100100 1001011 0 110011 111111 10100 1100 110111 110111

Color Harmonies of #CB644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB644B

Black with #CB644B

Text Example


Text Example

White with #CB644B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB644B; }

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

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

background-color css

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

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

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

border-color css

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

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

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