Html Css Color HEX #CB896C Burning Sand

📋 copy color: '#CB896C'

red 203 ◦ green 137 ◦ blue 108

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

Shades of Burning Sand #CB896C

Tints of Burning Sand #CB896C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.58%

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

R = 45.31%
G = 30.58%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB896C (or 0xCB896C) is known color: Burning Sand. HEX triplet: CB, 89 and 6C. RGB value is (203,137,108). Sum of RGB (Red+Green+Blue) = 203+137+108=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB896C is #347693. Grayscale: #999999. Windows color (decimal): -3438228 or 7113163. OLE color: 7113163.

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

Color convert

RGB 203 137 108 -
CMYK 0 0.33 0.47 0.20
HSL 18.32º 0.48% 0.61% -
HSV(B) 18.32º 0.47% 0.8% -
XYZ 36.28 31.67 18.39 -
YUV 153.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 203 137 108 0 0.33 0.47 0.20 18.32 0.48 0.61
Hex CB 89 6C 0 21 2F 14 12 30 3D
Octal 313 211 154 0 41 57 24 22 60 75
Binary 11001011 10001001 1101100 0 100001 101111 10100 10010 110000 111101

Color Harmonies of #CB896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB896C

Black with #CB896C

Text Example


Text Example

White with #CB896C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB896C; }

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

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

background-color css

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

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

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

border-color css

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

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

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