Html Css Color HEX #CB6748 Red Damask

📋 copy color: '#CB6748'

red 203 ◦ green 103 ◦ blue 72

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

Shades of Red Damask #CB6748

Tints of Red Damask #CB6748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.25%

 BLUE value IS 72 (28.52% from 255) = 19.05%

R = 53.7%
G = 27.25%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB6748 (or 0xCB6748) is known color: Red Damask. HEX triplet: CB, 67 and 48. RGB value is (203,103,72). Sum of RGB (Red+Green+Blue) = 203+103+72=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6748 is #3498B7. Grayscale: #818181. Windows color (decimal): -3446968 or 4745163. OLE color: 4745163.

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

Color convert

RGB 203 103 72 -
CMYK 0 0.49 0.65 0.20
HSL 14.2º 0.56% 0.54% -
HSV(B) 14.2º 0.65% 0.8% -
XYZ 30.65 22.86 8.93 -
YUV 129.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 203 103 72 0 0.49 0.65 0.20 14.2 0.56 0.54
Hex CB 67 48 0 31 41 14 E 38 36
Octal 313 147 110 0 61 101 24 16 70 66
Binary 11001011 1100111 1001000 0 110001 1000001 10100 1110 111000 110110

Color Harmonies of #CB6748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6748

Black with #CB6748

Text Example


Text Example

White with #CB6748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6748; }

 p { color: rgb(203,103,72); }

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

background-color css

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

 a { background-color: rgb(203,103,72); }

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

border-color css

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

 span { border-color: rgb(203,103,72); }

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