Html Css Color HEX #CFD5AF Orinoco

📋 copy color: '#CFD5AF'

red 207 ◦ green 213 ◦ blue 175

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

Shades of Orinoco #CFD5AF

Tints of Orinoco #CFD5AF

RGB

 RED value IS 207 (81.25% from 255) = 34.79%

 GREEN value IS 213 (83.59% from 255) = 35.8%

 BLUE value IS 175 (68.75% from 255) = 29.41%

R = 34.79%
G = 35.8%
B = 29.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#CFD5AF (or 0xCFD5AF) is known color: Orinoco. HEX triplet: CF, D5 and AF. RGB value is (207,213,175). Sum of RGB (Red+Green+Blue) = 207+213+175=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #CFD5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFD5AF is #302A50. Grayscale: #CFCFCF. Windows color (decimal): -3156561 or 11523535. OLE color: 11523535.

HSL color Cylindrical-coordinate representation of color #CFD5AF: hue angle of 69.47º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFD5AF is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 213 175 -
CMYK 0.03 0 0.18 0.16
HSL 69.47º 0.31% 0.76% -
HSV(B) 69.47º 0.18% 0.84% -
XYZ 57.26 63.95 49.88 -
YUV 206.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 207 213 175 0.03 0 0.18 0.16 69.47 0.31 0.76
Hex CF D5 AF 3 0 12 10 45 1F 4C
Octal 317 325 257 3 0 22 20 105 37 114
Binary 11001111 11010101 10101111 11 0 10010 10000 1000101 11111 1001100

Color Harmonies of #CFD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD5AF

Black with #CFD5AF

Text Example


Text Example

White with #CFD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD5AF; }

 p { color: rgb(207,213,175); }

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

background-color css

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

 a { background-color: rgb(207,213,175); }

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

border-color css

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

 span { border-color: rgb(207,213,175); }

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