Html Css Color HEX #CA764B Red Damask

📋 copy color: '#CA764B'

red 202 ◦ green 118 ◦ blue 75

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

Shades of Red Damask #CA764B

Tints of Red Damask #CA764B

RGB

 RED value IS 202 (79.3% from 255) = 51.14%

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

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

R = 51.14%
G = 29.87%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA764B (or 0xCA764B) is known color: Red Damask. HEX triplet: CA, 76 and 4B. RGB value is (202,118,75). Sum of RGB (Red+Green+Blue) = 202+118+75=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA764B is #3589B4. Grayscale: #8A8A8A. Windows color (decimal): -3508661 or 4945610. OLE color: 4945610.

HSL color Cylindrical-coordinate representation of color #CA764B: hue angle of 20.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA764B is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 118 75 -
CMYK 0 0.42 0.63 0.21
HSL 20.31º 0.55% 0.54% -
HSV(B) 20.31º 0.63% 0.79% -
XYZ 32.11 26.02 9.99 -
YUV 138.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 202 118 75 0 0.42 0.63 0.21 20.31 0.55 0.54
Hex CA 76 4B 0 2A 3F 15 14 37 36
Octal 312 166 113 0 52 77 25 24 67 66
Binary 11001010 1110110 1001011 0 101010 111111 10101 10100 110111 110110

Color Harmonies of #CA764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA764B

Black with #CA764B

Text Example


Text Example

White with #CA764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA764B; }

 p { color: rgb(202,118,75); }

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

background-color css

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

 a { background-color: rgb(202,118,75); }

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

border-color css

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

 span { border-color: rgb(202,118,75); }

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