Html Css Color HEX #C06B4A Red Damask

📋 copy color: '#C06B4A'

red 192 ◦ green 107 ◦ blue 74

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

Shades of Red Damask #C06B4A

Tints of Red Damask #C06B4A

RGB

 RED value IS 192 (75.39% from 255) = 51.47%

 GREEN value IS 107 (42.19% from 255) = 28.69%

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

R = 51.47%
G = 28.69%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C06B4A (or 0xC06B4A) is known color: Red Damask. HEX triplet: C0, 6B and 4A. RGB value is (192,107,74). Sum of RGB (Red+Green+Blue) = 192+107+74=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06B4A is #3F94B5. Grayscale: #808080. Windows color (decimal): -4166838 or 4877248. OLE color: 4877248.

HSL color Cylindrical-coordinate representation of color #C06B4A: hue angle of 16.78º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C06B4A is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 107 74 -
CMYK 0 0.44 0.61 0.25
HSL 16.78º 0.48% 0.52% -
HSV(B) 16.78º 0.61% 0.75% -
XYZ 28.23 22.22 9.28 -
YUV 128.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 192 107 74 0 0.44 0.61 0.25 16.78 0.48 0.52
Hex C0 6B 4A 0 2C 3D 19 11 30 34
Octal 300 153 112 0 54 75 31 21 60 64
Binary 11000000 1101011 1001010 0 101100 111101 11001 10001 110000 110100

Color Harmonies of #C06B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B4A

Black with #C06B4A

Text Example


Text Example

White with #C06B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B4A; }

 p { color: rgb(192,107,74); }

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

background-color css

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

 a { background-color: rgb(192,107,74); }

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

border-color css

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

 span { border-color: rgb(192,107,74); }

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