Html Css Color HEX #CA674A Red Damask

📋 copy color: '#CA674A'

red 202 ◦ green 103 ◦ blue 74

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

Shades of Red Damask #CA674A

Tints of Red Damask #CA674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.18%

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

R = 53.3%
G = 27.18%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA674A (or 0xCA674A) is known color: Red Damask. HEX triplet: CA, 67 and 4A. RGB value is (202,103,74). Sum of RGB (Red+Green+Blue) = 202+103+74=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA674A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA674A is #3598B5. Grayscale: #818181. Windows color (decimal): -3512502 or 4876234. OLE color: 4876234.

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

Color convert

RGB 202 103 74 -
CMYK 0 0.49 0.63 0.21
HSL 13.59º 0.55% 0.54% -
HSV(B) 13.59º 0.63% 0.79% -
XYZ 30.44 22.75 9.27 -
YUV 129.3 96.8 179.86 -
System Red Green Blue C M Y K H S L
Decimal 202 103 74 0 0.49 0.63 0.21 13.59 0.55 0.54
Hex CA 67 4A 0 31 3F 15 E 37 36
Octal 312 147 112 0 61 77 25 16 67 66
Binary 11001010 1100111 1001010 0 110001 111111 10101 1110 110111 110110

Color Harmonies of #CA674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA674A

Black with #CA674A

Text Example


Text Example

White with #CA674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA674A; }

 p { color: rgb(202,103,74); }

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

background-color css

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

 a { background-color: rgb(202,103,74); }

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

border-color css

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

 span { border-color: rgb(202,103,74); }

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