Html Css Color HEX #CB764A Red Damask

📋 copy color: '#CB764A'

red 203 ◦ green 118 ◦ blue 74

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

Shades of Red Damask #CB764A

Tints of Red Damask #CB764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.87%

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

R = 51.39%
G = 29.87%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB764A (or 0xCB764A) is known color: Red Damask. HEX triplet: CB, 76 and 4A. RGB value is (203,118,74). Sum of RGB (Red+Green+Blue) = 203+118+74=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB764A is #3489B5. Grayscale: #8A8A8A. Windows color (decimal): -3443126 or 4880075. OLE color: 4880075.

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

Color convert

RGB 203 118 74 -
CMYK 0 0.42 0.64 0.20
HSL 20.47º 0.55% 0.54% -
HSV(B) 20.47º 0.64% 0.8% -
XYZ 32.34 26.15 9.82 -
YUV 138.4 91.66 174.08 -
System Red Green Blue C M Y K H S L
Decimal 203 118 74 0 0.42 0.64 0.20 20.47 0.55 0.54
Hex CB 76 4A 0 2A 40 14 14 37 36
Octal 313 166 112 0 52 100 24 24 67 66
Binary 11001011 1110110 1001010 0 101010 1000000 10100 10100 110111 110110

Color Harmonies of #CB764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB764A

Black with #CB764A

Text Example


Text Example

White with #CB764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB764A; }

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

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

background-color css

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

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

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

border-color css

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

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

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