Html Css Color HEX #CB875C Burning Sand

📋 copy color: '#CB875C'

red 203 ◦ green 135 ◦ blue 92

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

Shades of Burning Sand #CB875C

Tints of Burning Sand #CB875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.4%

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

R = 47.21%
G = 31.4%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB875C (or 0xCB875C) is known color: Burning Sand. HEX triplet: CB, 87 and 5C. RGB value is (203,135,92). Sum of RGB (Red+Green+Blue) = 203+135+92=430 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.21% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 203 - color contains mainly: red. Hex color #CB875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB875C is #3478A3. Grayscale: #969696. Windows color (decimal): -3438756 or 6064075. OLE color: 6064075.

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

Color convert

RGB 203 135 92 -
CMYK 0 0.33 0.55 0.20
HSL 23.24º 0.52% 0.58% -
HSV(B) 23.24º 0.55% 0.8% -
XYZ 35.22 30.8 14.21 -
YUV 150.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 203 135 92 0 0.33 0.55 0.20 23.24 0.52 0.58
Hex CB 87 5C 0 21 37 14 17 34 3A
Octal 313 207 134 0 41 67 24 27 64 72
Binary 11001011 10000111 1011100 0 100001 110111 10100 10111 110100 111010

Color Harmonies of #CB875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB875C

Black with #CB875C

Text Example


Text Example

White with #CB875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB875C; }

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

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

background-color css

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

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

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

border-color css

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

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

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