Html Css Color HEX #CB6D4B Red Damask

📋 copy color: '#CB6D4B'

red 203 ◦ green 109 ◦ blue 75

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

Shades of Red Damask #CB6D4B

Tints of Red Damask #CB6D4B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.17%

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

R = 52.45%
G = 28.17%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB6D4B (or 0xCB6D4B) is known color: Red Damask. HEX triplet: CB, 6D and 4B. RGB value is (203,109,75). Sum of RGB (Red+Green+Blue) = 203+109+75=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6D4B is #3492B4. Grayscale: #858585. Windows color (decimal): -3445429 or 4943307. OLE color: 4943307.

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

Color convert

RGB 203 109 75 -
CMYK 0 0.46 0.63 0.20
HSL 15.94º 0.55% 0.55% -
HSV(B) 15.94º 0.63% 0.8% -
XYZ 31.37 24.14 9.66 -
YUV 133.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 203 109 75 0 0.46 0.63 0.20 15.94 0.55 0.55
Hex CB 6D 4B 0 2E 3F 14 10 37 37
Octal 313 155 113 0 56 77 24 20 67 67
Binary 11001011 1101101 1001011 0 101110 111111 10100 10000 110111 110111

Color Harmonies of #CB6D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6D4B

Black with #CB6D4B

Text Example


Text Example

White with #CB6D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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