Html Css Color HEX #CB7F61 Burning Sand

📋 copy color: '#CB7F61'

red 203 ◦ green 127 ◦ blue 97

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

Shades of Burning Sand #CB7F61

Tints of Burning Sand #CB7F61

RGB

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

 GREEN value IS 127 (50% from 255) = 29.74%

 BLUE value IS 97 (38.28% from 255) = 22.72%

R = 47.54%
G = 29.74%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB7F61 (or 0xCB7F61) is known color: Burning Sand. HEX triplet: CB, 7F and 61. RGB value is (203,127,97). Sum of RGB (Red+Green+Blue) = 203+127+97=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 127 (50% from 255 or 29.74% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F61 is #34809E. Grayscale: #929292. Windows color (decimal): -3440799 or 6389707. OLE color: 6389707.

HSL color Cylindrical-coordinate representation of color #CB7F61: hue angle of 16.98º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB7F61 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 127 97 -
CMYK 0 0.37 0.52 0.20
HSL 16.98º 0.5% 0.59% -
HSV(B) 16.98º 0.52% 0.8% -
XYZ 34.38 28.74 15.04 -
YUV 146.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 203 127 97 0 0.37 0.52 0.20 16.98 0.5 0.59
Hex CB 7F 61 0 25 34 14 11 32 3B
Octal 313 177 141 0 45 64 24 21 62 73
Binary 11001011 1111111 1100001 0 100101 110100 10100 10001 110010 111011

Color Harmonies of #CB7F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F61

Black with #CB7F61

Text Example


Text Example

White with #CB7F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F61; }

 p { color: rgb(203,127,97); }

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

background-color css

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

 a { background-color: rgb(203,127,97); }

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

border-color css

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

 span { border-color: rgb(203,127,97); }

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