Html Css Color HEX #CB7F68 Burning Sand

📋 copy color: '#CB7F68'

red 203 ◦ green 127 ◦ blue 104

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

Shades of Burning Sand #CB7F68

Tints of Burning Sand #CB7F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.96%

R = 46.77%
G = 29.26%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CB7F68 (or 0xCB7F68) is known color: Burning Sand. HEX triplet: CB, 7F and 68. RGB value is (203,127,104). Sum of RGB (Red+Green+Blue) = 203+127+104=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 104 (41.02% from 255 or 23.96% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F68 is #348097. Grayscale: #939393. Windows color (decimal): -3440792 or 6848459. OLE color: 6848459.

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

Color convert

RGB 203 127 104 -
CMYK 0 0.37 0.49 0.20
HSL 13.94º 0.49% 0.6% -
HSV(B) 13.94º 0.49% 0.8% -
XYZ 34.72 28.87 16.84 -
YUV 147.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 203 127 104 0 0.37 0.49 0.20 13.94 0.49 0.6
Hex CB 7F 68 0 25 31 14 E 31 3C
Octal 313 177 150 0 45 61 24 16 61 74
Binary 11001011 1111111 1101000 0 100101 110001 10100 1110 110001 111100

Color Harmonies of #CB7F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F68

Black with #CB7F68

Text Example


Text Example

White with #CB7F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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