Html Css Color HEX #CB694D Red Damask

📋 copy color: '#CB694D'

red 203 ◦ green 105 ◦ blue 77

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

Shades of Red Damask #CB694D

Tints of Red Damask #CB694D

RGB

 RED value IS 203 (79.69% from 255) = 52.73%

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

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

R = 52.73%
G = 27.27%
B = 20%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#CB694D (or 0xCB694D) is known color: Red Damask. HEX triplet: CB, 69 and 4D. RGB value is (203,105,77). Sum of RGB (Red+Green+Blue) = 203+105+77=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB694D is #3496B2. Grayscale: #838383. Windows color (decimal): -3446451 or 5073355. OLE color: 5073355.

HSL color Cylindrical-coordinate representation of color #CB694D: hue angle of 13.33º 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 #CB694D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 105 77 -
CMYK 0 0.48 0.62 0.20
HSL 13.33º 0.55% 0.55% -
HSV(B) 13.33º 0.62% 0.8% -
XYZ 31.02 23.34 9.89 -
YUV 131.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 203 105 77 0 0.48 0.62 0.20 13.33 0.55 0.55
Hex CB 69 4D 0 30 3E 14 D 37 37
Octal 313 151 115 0 60 76 24 15 67 67
Binary 11001011 1101001 1001101 0 110000 111110 10100 1101 110111 110111

Color Harmonies of #CB694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB694D

Black with #CB694D

Text Example


Text Example

White with #CB694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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