Html Css Color HEX #CA674E Red Damask

📋 copy color: '#CA674E'

red 202 ◦ green 103 ◦ blue 78

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

Shades of Red Damask #CA674E

Tints of Red Damask #CA674E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.37%

R = 52.74%
G = 26.89%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#CA674E (or 0xCA674E) is known color: Red Damask. HEX triplet: CA, 67 and 4E. RGB value is (202,103,78). Sum of RGB (Red+Green+Blue) = 202+103+78=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 78 (30.86% from 255 or 20.37% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA674E is #3598B1. Grayscale: #818181. Windows color (decimal): -3512498 or 5138378. OLE color: 5138378.

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

Color convert

RGB 202 103 78 -
CMYK 0 0.49 0.61 0.21
HSL 12.1º 0.54% 0.55% -
HSV(B) 12.1º 0.61% 0.79% -
XYZ 30.58 22.81 10 -
YUV 129.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 202 103 78 0 0.49 0.61 0.21 12.1 0.54 0.55
Hex CA 67 4E 0 31 3D 15 C 36 37
Octal 312 147 116 0 61 75 25 14 66 67
Binary 11001010 1100111 1001110 0 110001 111101 10101 1100 110110 110111

Color Harmonies of #CA674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA674E

Black with #CA674E

Text Example


Text Example

White with #CA674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA674E; }

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

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

background-color css

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

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

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

border-color css

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

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

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