Html Css Color HEX #CA826B Burning Sand

📋 copy color: '#CA826B'

red 202 ◦ green 130 ◦ blue 107

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

Shades of Burning Sand #CA826B

Tints of Burning Sand #CA826B

RGB

 RED value IS 202 (79.3% from 255) = 46.01%

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

 BLUE value IS 107 (42.19% from 255) = 24.37%

R = 46.01%
G = 29.61%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA826B (or 0xCA826B) is known color: Burning Sand. HEX triplet: CA, 82 and 6B. RGB value is (202,130,107). Sum of RGB (Red+Green+Blue) = 202+130+107=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA826B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA826B is #357D94. Grayscale: #959595. Windows color (decimal): -3505557 or 7045834. OLE color: 7045834.

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

Color convert

RGB 202 130 107 -
CMYK 0 0.36 0.47 0.21
HSL 14.53º 0.47% 0.61% -
HSV(B) 14.53º 0.47% 0.79% -
XYZ 34.99 29.58 17.78 -
YUV 148.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 202 130 107 0 0.36 0.47 0.21 14.53 0.47 0.61
Hex CA 82 6B 0 24 2F 15 F 2F 3D
Octal 312 202 153 0 44 57 25 17 57 75
Binary 11001010 10000010 1101011 0 100100 101111 10101 1111 101111 111101

Color Harmonies of #CA826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA826B

Black with #CA826B

Text Example


Text Example

White with #CA826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA826B; }

 p { color: rgb(202,130,107); }

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

background-color css

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

 a { background-color: rgb(202,130,107); }

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

border-color css

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

 span { border-color: rgb(202,130,107); }

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