Html Css Color HEX #CB6643 Red Damask

📋 copy color: '#CB6643'

red 203 ◦ green 102 ◦ blue 67

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

Shades of Red Damask #CB6643

Tints of Red Damask #CB6643

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

 BLUE value IS 67 (26.56% from 255) = 18.01%

R = 54.57%
G = 27.42%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB6643 (or 0xCB6643) is known color: Red Damask. HEX triplet: CB, 66 and 43. RGB value is (203,102,67). Sum of RGB (Red+Green+Blue) = 203+102+67=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6643 is #3499BC. Grayscale: #808080. Windows color (decimal): -3447229 or 4417227. OLE color: 4417227.

HSL color Cylindrical-coordinate representation of color #CB6643: hue angle of 15.44º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB6643 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 102 67 -
CMYK 0 0.50 0.67 0.20
HSL 15.44º 0.57% 0.53% -
HSV(B) 15.44º 0.67% 0.8% -
XYZ 30.39 22.6 8.07 -
YUV 128.21 93.46 181.35 -
System Red Green Blue C M Y K H S L
Decimal 203 102 67 0 0.50 0.67 0.20 15.44 0.57 0.53
Hex CB 66 43 0 32 43 14 F 39 35
Octal 313 146 103 0 62 103 24 17 71 65
Binary 11001011 1100110 1000011 0 110010 1000011 10100 1111 111001 110101

Color Harmonies of #CB6643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6643

Black with #CB6643

Text Example


Text Example

White with #CB6643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6643; }

 p { color: rgb(203,102,67); }

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

background-color css

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

 a { background-color: rgb(203,102,67); }

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

border-color css

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

 span { border-color: rgb(203,102,67); }

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