Html Css Color HEX #CB825A Burning Sand

📋 copy color: '#CB825A'

red 203 ◦ green 130 ◦ blue 90

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

Shades of Burning Sand #CB825A

Tints of Burning Sand #CB825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.28%

R = 47.99%
G = 30.73%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB825A (or 0xCB825A) is known color: Burning Sand. HEX triplet: CB, 82 and 5A. RGB value is (203,130,90). Sum of RGB (Red+Green+Blue) = 203+130+90=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 90 (35.55% from 255 or 21.28% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB825A is #347DA5. Grayscale: #939393. Windows color (decimal): -3440038 or 5931723. OLE color: 5931723.

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

Color convert

RGB 203 130 90 -
CMYK 0 0.36 0.56 0.20
HSL 21.24º 0.52% 0.57% -
HSV(B) 21.24º 0.56% 0.8% -
XYZ 34.46 29.4 13.53 -
YUV 147.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 203 130 90 0 0.36 0.56 0.20 21.24 0.52 0.57
Hex CB 82 5A 0 24 38 14 15 34 39
Octal 313 202 132 0 44 70 24 25 64 71
Binary 11001011 10000010 1011010 0 100100 111000 10100 10101 110100 111001

Color Harmonies of #CB825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB825A

Black with #CB825A

Text Example


Text Example

White with #CB825A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB825A; }

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

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

background-color css

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

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

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

border-color css

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

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

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