Html Css Color HEX #CB714B Red Damask

📋 copy color: '#CB714B'

red 203 ◦ green 113 ◦ blue 75

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

Shades of Red Damask #CB714B

Tints of Red Damask #CB714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.9%

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

R = 51.92%
G = 28.9%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB714B (or 0xCB714B) is known color: Red Damask. HEX triplet: CB, 71 and 4B. RGB value is (203,113,75). Sum of RGB (Red+Green+Blue) = 203+113+75=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB714B is #348EB4. Grayscale: #878787. Windows color (decimal): -3444405 or 4944331. OLE color: 4944331.

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

Color convert

RGB 203 113 75 -
CMYK 0 0.44 0.63 0.20
HSL 17.81º 0.55% 0.55% -
HSV(B) 17.81º 0.63% 0.8% -
XYZ 31.8 25.01 9.81 -
YUV 135.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 203 113 75 0 0.44 0.63 0.20 17.81 0.55 0.55
Hex CB 71 4B 0 2C 3F 14 12 37 37
Octal 313 161 113 0 54 77 24 22 67 67
Binary 11001011 1110001 1001011 0 101100 111111 10100 10010 110111 110111

Color Harmonies of #CB714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB714B

Black with #CB714B

Text Example


Text Example

White with #CB714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB714B; }

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

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

background-color css

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

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

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

border-color css

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

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

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