Html Css Color HEX #CB684A Red Damask

📋 copy color: '#CB684A'

red 203 ◦ green 104 ◦ blue 74

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

Shades of Red Damask #CB684A

Tints of Red Damask #CB684A

RGB

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

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

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

R = 53.28%
G = 27.3%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB684A (or 0xCB684A) is known color: Red Damask. HEX triplet: CB, 68 and 4A. RGB value is (203,104,74). Sum of RGB (Red+Green+Blue) = 203+104+74=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB684A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB684A is #3497B5. Grayscale: #828282. Windows color (decimal): -3446710 or 4876491. OLE color: 4876491.

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

Color convert

RGB 203 104 74 -
CMYK 0 0.49 0.64 0.20
HSL 13.95º 0.55% 0.54% -
HSV(B) 13.95º 0.64% 0.8% -
XYZ 30.81 23.09 9.31 -
YUV 130.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 203 104 74 0 0.49 0.64 0.20 13.95 0.55 0.54
Hex CB 68 4A 0 31 40 14 E 37 36
Octal 313 150 112 0 61 100 24 16 67 66
Binary 11001011 1101000 1001010 0 110001 1000000 10100 1110 110111 110110

Color Harmonies of #CB684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB684A

Black with #CB684A

Text Example


Text Example

White with #CB684A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB684A; }

 p { color: rgb(203,104,74); }

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

background-color css

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

 a { background-color: rgb(203,104,74); }

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

border-color css

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

 span { border-color: rgb(203,104,74); }

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