Html Css Color HEX #CB704D Red Damask

📋 copy color: '#CB704D'

red 203 ◦ green 112 ◦ blue 77

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

Shades of Red Damask #CB704D

Tints of Red Damask #CB704D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.57%

 BLUE value IS 77 (30.47% from 255) = 19.64%

R = 51.79%
G = 28.57%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB704D (or 0xCB704D) is known color: Red Damask. HEX triplet: CB, 70 and 4D. RGB value is (203,112,77). Sum of RGB (Red+Green+Blue) = 203+112+77=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB704D is #348FB2. Grayscale: #878787. Windows color (decimal): -3444659 or 5075147. OLE color: 5075147.

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

Color convert

RGB 203 112 77 -
CMYK 0 0.45 0.62 0.20
HSL 16.67º 0.55% 0.55% -
HSV(B) 16.67º 0.62% 0.8% -
XYZ 31.76 24.82 10.14 -
YUV 135.22 95.15 176.35 -
System Red Green Blue C M Y K H S L
Decimal 203 112 77 0 0.45 0.62 0.20 16.67 0.55 0.55
Hex CB 70 4D 0 2D 3E 14 11 37 37
Octal 313 160 115 0 55 76 24 21 67 67
Binary 11001011 1110000 1001101 0 101101 111110 10100 10001 110111 110111

Color Harmonies of #CB704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB704D

Black with #CB704D

Text Example


Text Example

White with #CB704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB704D; }

 p { color: rgb(203,112,77); }

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

background-color css

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

 a { background-color: rgb(203,112,77); }

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

border-color css

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

 span { border-color: rgb(203,112,77); }

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