Html Css Color HEX #CB825F Burning Sand

📋 copy color: '#CB825F'

red 203 ◦ green 130 ◦ blue 95

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

Shades of Burning Sand #CB825F

Tints of Burning Sand #CB825F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.2%

R = 47.43%
G = 30.37%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB825F (or 0xCB825F) is known color: Burning Sand. HEX triplet: CB, 82 and 5F. RGB value is (203,130,95). Sum of RGB (Red+Green+Blue) = 203+130+95=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB825F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB825F is #347DA0. Grayscale: #949494. Windows color (decimal): -3440033 or 6259403. OLE color: 6259403.

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

Color convert

RGB 203 130 95 -
CMYK 0 0.36 0.53 0.20
HSL 19.44º 0.51% 0.58% -
HSV(B) 19.44º 0.53% 0.8% -
XYZ 34.68 29.49 14.69 -
YUV 147.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 203 130 95 0 0.36 0.53 0.20 19.44 0.51 0.58
Hex CB 82 5F 0 24 35 14 13 33 3A
Octal 313 202 137 0 44 65 24 23 63 72
Binary 11001011 10000010 1011111 0 100100 110101 10100 10011 110011 111010

Color Harmonies of #CB825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB825F

Black with #CB825F

Text Example


Text Example

White with #CB825F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB825F; }

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

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

background-color css

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

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

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

border-color css

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

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

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