Html Css Color HEX #CB7E5C Burning Sand

📋 copy color: '#CB7E5C'

red 203 ◦ green 126 ◦ blue 92

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

Shades of Burning Sand #CB7E5C

Tints of Burning Sand #CB7E5C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.93%

 BLUE value IS 92 (36.33% from 255) = 21.85%

R = 48.22%
G = 29.93%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB7E5C (or 0xCB7E5C) is known color: Burning Sand. HEX triplet: CB, 7E and 5C. RGB value is (203,126,92). Sum of RGB (Red+Green+Blue) = 203+126+92=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E5C is #3481A3. Grayscale: #919191. Windows color (decimal): -3441060 or 6061771. OLE color: 6061771.

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

Color convert

RGB 203 126 92 -
CMYK 0 0.38 0.55 0.20
HSL 18.38º 0.52% 0.58% -
HSV(B) 18.38º 0.55% 0.8% -
XYZ 34.02 28.39 13.81 -
YUV 145.15 98.01 169.26 -
System Red Green Blue C M Y K H S L
Decimal 203 126 92 0 0.38 0.55 0.20 18.38 0.52 0.58
Hex CB 7E 5C 0 26 37 14 12 34 3A
Octal 313 176 134 0 46 67 24 22 64 72
Binary 11001011 1111110 1011100 0 100110 110111 10100 10010 110100 111010

Color Harmonies of #CB7E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7E5C

Black with #CB7E5C

Text Example


Text Example

White with #CB7E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7E5C; }

 p { color: rgb(203,126,92); }

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

background-color css

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

 a { background-color: rgb(203,126,92); }

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

border-color css

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

 span { border-color: rgb(203,126,92); }

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