Html Css Color HEX #CB634A Dark Coral

📋 copy color: '#CB634A'

red 203 ◦ green 99 ◦ blue 74

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

Shades of Dark Coral #CB634A

Tints of Dark Coral #CB634A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.33%

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

R = 53.99%
G = 26.33%
B = 19.68%

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

#CB634A (or 0xCB634A) is known color: Dark Coral. HEX triplet: CB, 63 and 4A. RGB value is (203,99,74). Sum of RGB (Red+Green+Blue) = 203+99+74=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB634A is #349CB5. Grayscale: #7F7F7F. Windows color (decimal): -3447990 or 4875211. OLE color: 4875211.

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

Color convert

RGB 203 99 74 -
CMYK 0 0.51 0.64 0.20
HSL 11.63º 0.55% 0.54% -
HSV(B) 11.63º 0.64% 0.8% -
XYZ 30.33 22.11 9.15 -
YUV 127.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 203 99 74 0 0.51 0.64 0.20 11.63 0.55 0.54
Hex CB 63 4A 0 33 40 14 C 37 36
Octal 313 143 112 0 63 100 24 14 67 66
Binary 11001011 1100011 1001010 0 110011 1000000 10100 1100 110111 110110

Color Harmonies of #CB634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB634A

Black with #CB634A

Text Example


Text Example

White with #CB634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB634A; }

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

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

background-color css

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

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

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

border-color css

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

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

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