Html Css Color HEX #CB6A4F Red Damask

📋 copy color: '#CB6A4F'

red 203 ◦ green 106 ◦ blue 79

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

Shades of Red Damask #CB6A4F

Tints of Red Damask #CB6A4F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.32%

 BLUE value IS 79 (31.25% from 255) = 20.36%

R = 52.32%
G = 27.32%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB6A4F (or 0xCB6A4F) is known color: Red Damask. HEX triplet: CB, 6A and 4F. RGB value is (203,106,79). Sum of RGB (Red+Green+Blue) = 203+106+79=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A4F is #3495B0. Grayscale: #848484. Windows color (decimal): -3446193 or 5204683. OLE color: 5204683.

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

Color convert

RGB 203 106 79 -
CMYK 0 0.48 0.61 0.20
HSL 13.06º 0.54% 0.55% -
HSV(B) 13.06º 0.61% 0.8% -
XYZ 31.19 23.57 10.3 -
YUV 131.93 98.14 178.7 -
System Red Green Blue C M Y K H S L
Decimal 203 106 79 0 0.48 0.61 0.20 13.06 0.54 0.55
Hex CB 6A 4F 0 30 3D 14 D 36 37
Octal 313 152 117 0 60 75 24 15 66 67
Binary 11001011 1101010 1001111 0 110000 111101 10100 1101 110110 110111

Color Harmonies of #CB6A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6A4F

Black with #CB6A4F

Text Example


Text Example

White with #CB6A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6A4F; }

 p { color: rgb(203,106,79); }

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

background-color css

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

 a { background-color: rgb(203,106,79); }

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

border-color css

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

 span { border-color: rgb(203,106,79); }

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