Html Css Color HEX #CB714A Red Damask

📋 copy color: '#CB714A'

red 203 ◦ green 113 ◦ blue 74

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

Shades of Red Damask #CB714A

Tints of Red Damask #CB714A

RGB

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

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

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

R = 52.05%
G = 28.97%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB714A (or 0xCB714A) is known color: Red Damask. HEX triplet: CB, 71 and 4A. RGB value is (203,113,74). Sum of RGB (Red+Green+Blue) = 203+113+74=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB714A is #348EB5. Grayscale: #878787. Windows color (decimal): -3444406 or 4878795. OLE color: 4878795.

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

Color convert

RGB 203 113 74 -
CMYK 0 0.44 0.64 0.20
HSL 18.14º 0.55% 0.54% -
HSV(B) 18.14º 0.64% 0.8% -
XYZ 31.77 25 9.63 -
YUV 135.46 93.32 176.17 -
System Red Green Blue C M Y K H S L
Decimal 203 113 74 0 0.44 0.64 0.20 18.14 0.55 0.54
Hex CB 71 4A 0 2C 40 14 12 37 36
Octal 313 161 112 0 54 100 24 22 67 66
Binary 11001011 1110001 1001010 0 101100 1000000 10100 10010 110111 110110

Color Harmonies of #CB714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB714A

Black with #CB714A

Text Example


Text Example

White with #CB714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB714A; }

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

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

background-color css

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

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

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

border-color css

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

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

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