Html Css Color HEX #CB704B Red Damask

📋 copy color: '#CB704B'

red 203 ◦ green 112 ◦ blue 75

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

Shades of Red Damask #CB704B

Tints of Red Damask #CB704B

RGB

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

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

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

R = 52.05%
G = 28.72%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB704B (or 0xCB704B) is known color: Red Damask. HEX triplet: CB, 70 and 4B. RGB value is (203,112,75). Sum of RGB (Red+Green+Blue) = 203+112+75=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB704B is #348FB4. Grayscale: #878787. Windows color (decimal): -3444661 or 4944075. OLE color: 4944075.

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

Color convert

RGB 203 112 75 -
CMYK 0 0.45 0.63 0.20
HSL 17.34º 0.55% 0.55% -
HSV(B) 17.34º 0.63% 0.8% -
XYZ 31.69 24.79 9.77 -
YUV 134.99 94.15 176.51 -
System Red Green Blue C M Y K H S L
Decimal 203 112 75 0 0.45 0.63 0.20 17.34 0.55 0.55
Hex CB 70 4B 0 2D 3F 14 11 37 37
Octal 313 160 113 0 55 77 24 21 67 67
Binary 11001011 1110000 1001011 0 101101 111111 10100 10001 110111 110111

Color Harmonies of #CB704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB704B

Black with #CB704B

Text Example


Text Example

White with #CB704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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