Html Css Color HEX #C8654B Red Damask

📋 copy color: '#C8654B'

red 200 ◦ green 101 ◦ blue 75

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

Shades of Red Damask #C8654B

Tints of Red Damask #C8654B

RGB

 RED value IS 200 (78.52% from 255) = 53.19%

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 53.19%
G = 26.86%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8654B (or 0xC8654B) is known color: Red Damask. HEX triplet: C8, 65 and 4B. RGB value is (200,101,75). Sum of RGB (Red+Green+Blue) = 200+101+75=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8654B is #379AB4. Grayscale: #7F7F7F. Windows color (decimal): -3644085 or 4941256. OLE color: 4941256.

HSL color Cylindrical-coordinate representation of color #C8654B: hue angle of 12.48º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8654B is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 101 75 -
CMYK 0 0.49 0.62 0.22
HSL 12.48º 0.53% 0.54% -
HSV(B) 12.48º 0.63% 0.78% -
XYZ 29.74 22.09 9.35 -
YUV 127.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 200 101 75 0 0.49 0.62 0.22 12.48 0.53 0.54
Hex C8 65 4B 0 31 3E 16 C 35 36
Octal 310 145 113 0 61 76 26 14 65 66
Binary 11001000 1100101 1001011 0 110001 111110 10110 1100 110101 110110

Color Harmonies of #C8654B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8654B

Black with #C8654B

Text Example


Text Example

White with #C8654B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8654B; }

 p { color: rgb(200,101,75); }

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

background-color css

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

 a { background-color: rgb(200,101,75); }

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

border-color css

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

 span { border-color: rgb(200,101,75); }

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