Html Css Color HEX #CB826D Burning Sand

📋 copy color: '#CB826D'

red 203 ◦ green 130 ◦ blue 109

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

Shades of Burning Sand #CB826D

Tints of Burning Sand #CB826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.41%

 BLUE value IS 109 (42.97% from 255) = 24.66%

R = 45.93%
G = 29.41%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB826D (or 0xCB826D) is known color: Burning Sand. HEX triplet: CB, 82 and 6D. RGB value is (203,130,109). Sum of RGB (Red+Green+Blue) = 203+130+109=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB826D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB826D is #347D92. Grayscale: #959595. Windows color (decimal): -3440019 or 7176907. OLE color: 7176907.

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

Color convert

RGB 203 130 109 -
CMYK 0 0.36 0.46 0.20
HSL 13.4º 0.47% 0.61% -
HSV(B) 13.4º 0.46% 0.8% -
XYZ 35.37 29.77 18.35 -
YUV 149.43 105.18 166.21 -
System Red Green Blue C M Y K H S L
Decimal 203 130 109 0 0.36 0.46 0.20 13.4 0.47 0.61
Hex CB 82 6D 0 24 2E 14 D 2F 3D
Octal 313 202 155 0 44 56 24 15 57 75
Binary 11001011 10000010 1101101 0 100100 101110 10100 1101 101111 111101

Color Harmonies of #CB826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB826D

Black with #CB826D

Text Example


Text Example

White with #CB826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB826D; }

 p { color: rgb(203,130,109); }

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

background-color css

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

 a { background-color: rgb(203,130,109); }

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

border-color css

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

 span { border-color: rgb(203,130,109); }

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