Html Css Color HEX #C67A4F Red Damask

📋 copy color: '#C67A4F'

red 198 ◦ green 122 ◦ blue 79

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

Shades of Red Damask #C67A4F

Tints of Red Damask #C67A4F

RGB

 RED value IS 198 (77.73% from 255) = 49.62%

 GREEN value IS 122 (48.05% from 255) = 30.58%

 BLUE value IS 79 (31.25% from 255) = 19.8%

R = 49.62%
G = 30.58%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C67A4F (or 0xC67A4F) is known color: Red Damask. HEX triplet: C6, 7A and 4F. RGB value is (198,122,79). Sum of RGB (Red+Green+Blue) = 198+122+79=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 79 (31.25% from 255 or 19.80% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C67A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C67A4F is #3985B0. Grayscale: #8C8C8C. Windows color (decimal): -3769777 or 5208774. OLE color: 5208774.

HSL color Cylindrical-coordinate representation of color #C67A4F: hue angle of 21.68º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C67A4F is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 122 79 -
CMYK 0 0.38 0.60 0.22
HSL 21.68º 0.51% 0.54% -
HSV(B) 21.68º 0.6% 0.78% -
XYZ 31.66 26.49 10.84 -
YUV 139.82 93.68 169.5 -
System Red Green Blue C M Y K H S L
Decimal 198 122 79 0 0.38 0.60 0.22 21.68 0.51 0.54
Hex C6 7A 4F 0 26 3C 16 16 33 36
Octal 306 172 117 0 46 74 26 26 63 66
Binary 11000110 1111010 1001111 0 100110 111100 10110 10110 110011 110110

Color Harmonies of #C67A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67A4F

Black with #C67A4F

Text Example


Text Example

White with #C67A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67A4F; }

 p { color: rgb(198,122,79); }

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

background-color css

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

 a { background-color: rgb(198,122,79); }

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

border-color css

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

 span { border-color: rgb(198,122,79); }

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