Html Css Color HEX #CB835C Burning Sand

📋 copy color: '#CB835C'

red 203 ◦ green 131 ◦ blue 92

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

Shades of Burning Sand #CB835C

Tints of Burning Sand #CB835C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.75%

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

R = 47.65%
G = 30.75%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB835C (or 0xCB835C) is known color: Burning Sand. HEX triplet: CB, 83 and 5C. RGB value is (203,131,92). Sum of RGB (Red+Green+Blue) = 203+131+92=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB835C is #347CA3. Grayscale: #949494. Windows color (decimal): -3439780 or 6063051. OLE color: 6063051.

HSL color Cylindrical-coordinate representation of color #CB835C: hue angle of 21.08º 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 #CB835C is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 92 -
CMYK 0 0.35 0.55 0.20
HSL 21.08º 0.52% 0.58% -
HSV(B) 21.08º 0.55% 0.8% -
XYZ 34.68 29.7 14.03 -
YUV 148.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 203 131 92 0 0.35 0.55 0.20 21.08 0.52 0.58
Hex CB 83 5C 0 23 37 14 15 34 3A
Octal 313 203 134 0 43 67 24 25 64 72
Binary 11001011 10000011 1011100 0 100011 110111 10100 10101 110100 111010

Color Harmonies of #CB835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB835C

Black with #CB835C

Text Example


Text Example

White with #CB835C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB835C; }

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

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

background-color css

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

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

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

border-color css

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

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

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