Html Css Color HEX #CB684B Red Damask

📋 copy color: '#CB684B'

red 203 ◦ green 104 ◦ blue 75

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

Shades of Red Damask #CB684B

Tints of Red Damask #CB684B

RGB

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

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

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

R = 53.14%
G = 27.23%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB684B (or 0xCB684B) is known color: Red Damask. HEX triplet: CB, 68 and 4B. RGB value is (203,104,75). Sum of RGB (Red+Green+Blue) = 203+104+75=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB684B is #3497B4. Grayscale: #828282. Windows color (decimal): -3446709 or 4942027. OLE color: 4942027.

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

Color convert

RGB 203 104 75 -
CMYK 0 0.49 0.63 0.20
HSL 13.59º 0.55% 0.55% -
HSV(B) 13.59º 0.63% 0.8% -
XYZ 30.85 23.11 9.49 -
YUV 130.3 96.8 179.86 -
System Red Green Blue C M Y K H S L
Decimal 203 104 75 0 0.49 0.63 0.20 13.59 0.55 0.55
Hex CB 68 4B 0 31 3F 14 E 37 37
Octal 313 150 113 0 61 77 24 16 67 67
Binary 11001011 1101000 1001011 0 110001 111111 10100 1110 110111 110111

Color Harmonies of #CB684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB684B

Black with #CB684B

Text Example


Text Example

White with #CB684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB684B; }

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

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

background-color css

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

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

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

border-color css

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

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

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