Html Css Color HEX #CC694D Red Damask

📋 copy color: '#CC694D'

red 204 ◦ green 105 ◦ blue 77

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

Shades of Red Damask #CC694D

Tints of Red Damask #CC694D

RGB

 RED value IS 204 (80.08% from 255) = 52.85%

 GREEN value IS 105 (41.41% from 255) = 27.2%

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 52.85%
G = 27.2%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC694D (or 0xCC694D) is known color: Red Damask. HEX triplet: CC, 69 and 4D. RGB value is (204,105,77). Sum of RGB (Red+Green+Blue) = 204+105+77=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC694D is #3396B2. Grayscale: #838383. Windows color (decimal): -3380915 or 5073356. OLE color: 5073356.

HSL color Cylindrical-coordinate representation of color #CC694D: hue angle of 13.23º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC694D is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 105 77 -
CMYK 0 0.49 0.62 0.2
HSL 13.23º 0.55% 0.55% -
HSV(B) 13.23º 0.62% 0.8% -
XYZ 31.29 23.48 9.9 -
YUV 131.41 97.3 179.78 -
System Red Green Blue C M Y K H S L
Decimal 204 105 77 0 0.49 0.62 0.2 13.23 0.55 0.55
Hex CC 69 4D 0 31 3E 14 D 37 37
Octal 314 151 115 0 61 76 24 15 67 67
Binary 11001100 1101001 1001101 0 110001 111110 10100 1101 110111 110111

Color Harmonies of #CC694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC694D

Black with #CC694D

Text Example


Text Example

White with #CC694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC694D; }

 p { color: rgb(204,105,77); }

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

background-color css

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

 a { background-color: rgb(204,105,77); }

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

border-color css

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

 span { border-color: rgb(204,105,77); }

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