Html Css Color HEX #FFCA7D Chardonnay

📋 copy color: '#FFCA7D'

red 255 ◦ green 202 ◦ blue 125

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

Shades of Chardonnay #FFCA7D

Tints of Chardonnay #FFCA7D

RGB

 RED value IS 255 (100% from 255) = 43.81%

 GREEN value IS 202 (79.3% from 255) = 34.71%

 BLUE value IS 125 (49.22% from 255) = 21.48%

R = 43.81%
G = 34.71%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#FFCA7D (or 0xFFCA7D) is known color: Chardonnay. HEX triplet: FF, CA and 7D. RGB value is (255,202,125). Sum of RGB (Red+Green+Blue) = 255+202+125=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA7D is #003582. Grayscale: #D1D1D1. Windows color (decimal): -13699 or 8243967. OLE color: 8243967.

HSL color Cylindrical-coordinate representation of color #FFCA7D: hue angle of 35.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FFCA7D is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 125 -
CMYK 0 0.21 0.51 0
HSL 35.54º 1% 0.75% -
HSV(B) 35.54º 0.51% 1% -
XYZ 66.06 64.98 28.46 -
YUV 209.07 80.56 160.76 -
System Red Green Blue C M Y K H S L
Decimal 255 202 125 0 0.21 0.51 0 35.54 1 0.75
Hex FF CA 7D 0 15 33 0 24 64 4B
Octal 377 312 175 0 25 63 0 44 144 113
Binary 11111111 11001010 1111101 0 10101 110011 0 100100 1100100 1001011

Color Harmonies of #FFCA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA7D

Black with #FFCA7D

Text Example


Text Example

White with #FFCA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA7D; }

 p { color: rgb(255,202,125); }

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

background-color css

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

 a { background-color: rgb(255,202,125); }

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

border-color css

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

 span { border-color: rgb(255,202,125); }

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