Html Css Color HEX #C0684B Red Damask

📋 copy color: '#C0684B'

red 192 ◦ green 104 ◦ blue 75

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

Shades of Red Damask #C0684B

Tints of Red Damask #C0684B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

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

R = 51.75%
G = 28.03%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0684B (or 0xC0684B) is known color: Red Damask. HEX triplet: C0, 68 and 4B. RGB value is (192,104,75). Sum of RGB (Red+Green+Blue) = 192+104+75=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0684B is #3F97B4. Grayscale: #7F7F7F. Windows color (decimal): -4167605 or 4942016. OLE color: 4942016.

HSL color Cylindrical-coordinate representation of color #C0684B: hue angle of 14.87º 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 #C0684B is Cyan = 0, Magento = 0.46, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 75 -
CMYK 0 0.46 0.61 0.25
HSL 14.87º 0.48% 0.52% -
HSV(B) 14.87º 0.61% 0.75% -
XYZ 27.96 21.62 9.36 -
YUV 127.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 192 104 75 0 0.46 0.61 0.25 14.87 0.48 0.52
Hex C0 68 4B 0 2E 3D 19 F 30 34
Octal 300 150 113 0 56 75 31 17 60 64
Binary 11000000 1101000 1001011 0 101110 111101 11001 1111 110000 110100

Color Harmonies of #C0684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0684B

Black with #C0684B

Text Example


Text Example

White with #C0684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0684B; }

 p { color: rgb(192,104,75); }

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

background-color css

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

 a { background-color: rgb(192,104,75); }

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

border-color css

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

 span { border-color: rgb(192,104,75); }

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