Html Css Color HEX #CB836C Burning Sand

📋 copy color: '#CB836C'

red 203 ◦ green 131 ◦ blue 108

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

Shades of Burning Sand #CB836C

Tints of Burning Sand #CB836C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.43%

R = 45.93%
G = 29.64%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB836C (or 0xCB836C) is known color: Burning Sand. HEX triplet: CB, 83 and 6C. RGB value is (203,131,108). Sum of RGB (Red+Green+Blue) = 203+131+108=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB836C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB836C is #347C93. Grayscale: #969696. Windows color (decimal): -3439764 or 7111627. OLE color: 7111627.

HSL color Cylindrical-coordinate representation of color #CB836C: hue angle of 14.53º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB836C is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 131 108 -
CMYK 0 0.35 0.47 0.20
HSL 14.53º 0.48% 0.61% -
HSV(B) 14.53º 0.47% 0.8% -
XYZ 35.45 30.01 18.11 -
YUV 149.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 203 131 108 0 0.35 0.47 0.20 14.53 0.48 0.61
Hex CB 83 6C 0 23 2F 14 F 30 3D
Octal 313 203 154 0 43 57 24 17 60 75
Binary 11001011 10000011 1101100 0 100011 101111 10100 1111 110000 111101

Color Harmonies of #CB836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB836C

Black with #CB836C

Text Example


Text Example

White with #CB836C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB836C; }

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

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

background-color css

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

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

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

border-color css

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

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

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